mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix for widgets not getting removed from canvas
This commit is contained in:
parent
2e346f6ff0
commit
8f52ad8c80
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ return <div className="config-handle" ref={dragRef}>
|
|||
role="button"
|
||||
className="mx-2"
|
||||
height="12"
|
||||
onClick={removeComponent}
|
||||
onClick={() => removeComponent({id})}
|
||||
style={{marginRight: '5px'}}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue