fix: Changed widget to component (#7823)

This commit is contained in:
HeetVekariya 2023-10-20 14:54:04 +05:30 committed by GitHub
parent cb7266ad34
commit 0069a9a681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);