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.