mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fixes: Not able to delete component from Inspector
This commit is contained in:
parent
a7178e1434
commit
8770bba3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export const LeftSidebarInspector = ({
|
|||
const iconsList = useMemo(() => [...queryIcons, ...componentIcons], [queryIcons, componentIcons]);
|
||||
|
||||
const handleRemoveComponent = (component) => {
|
||||
removeComponent(component);
|
||||
removeComponent(component.id);
|
||||
};
|
||||
|
||||
const handleSelectComponentOnEditor = (component) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue