mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
fix: Changed widget to component (#7823)
This commit is contained in:
parent
cb7266ad34
commit
0069a9a681
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ export const Inspector = ({
|
|||
<div className="inspector">
|
||||
<ConfirmDialog
|
||||
show={showWidgetDeleteConfirmation}
|
||||
message={'Widget will be deleted, do you want to continue?'}
|
||||
message={'Component will be deleted, do you want to continue?'}
|
||||
onConfirm={() => {
|
||||
switchSidebarTab(2);
|
||||
removeComponent(component);
|
||||
|
|
|
|||
Loading…
Reference in a new issue