Skip to content

Commit

Permalink
NXT-3050: Show error overlay in dialogs immediately
Browse files Browse the repository at this point in the history
NXT-3050 (Invalid settings warning brings up 'User interface is not responding' dialog)
  • Loading branch information
pbaern committed Nov 14, 2024
1 parent 6c8d48a commit d198d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default defineComponent({
* @returns {Promise}
*/
sendAlert: (alert: Alert) => {
if (this.isDialogLayout) {
if (this.isDialogLayout || this.isNodeDialog) {
this.displayAlert(alert);
} else {
this.currentAlert = alert;
Expand Down

0 comments on commit d198d03

Please sign in to comment.