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
Since openConfirm() returns a promise, I can not get dialog id as open() method returning an object. Then how can I only close the dialog created by openConfirm() method in JS? I've tried a lot of approaches, all of them didn't work.
The text was updated successfully, but these errors were encountered:
However, I wonder if there is another way to close the dialog opened by openConfirm() method? By the way, I am opening the dialog in an interceptor, not a controller. Any idea would be appreciated. Thanks!
Since openConfirm() returns a promise, I can not get dialog id as open() method returning an object. Then how can I only close the dialog created by openConfirm() method in JS? I've tried a lot of approaches, all of them didn't work.
The text was updated successfully, but these errors were encountered: