You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!this.config)returnalert("Didn't found config to delete.")
130
131
131
-
if(!confirm(`This operation is in-reversible, are you sure you want to delete custom widget '${this.config.displayName}'?`))return;
132
+
if(!confirm(`This operation is in-reversible, are you sure you want to delete custom widget '${this.config.displayName}' (ID: ${this.config.name})?`))return;
0 commit comments