this.toggleConfirmationDialog()}
+ onConfirm={() => {
+ this.executeSript(this.selectedScript);
+ this.toggleConfirmationDialog();
+ }}
+ >
+
+ {`Do you want to run script "${this.selectedScript.title}" on "${this.selectedScript.className}" object "${this.selectedScript.objectId}"?`}
+
+
+ );
+
return