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
I created two instances by getActiveModel(), but thier session is shared, if I call session.close() to close one, another also will be closed. Is there a practical worlflow for implementing two independent dialogues?
I created two instances by getActiveModel(), but thier session is shared, if I call session.close() to close one, another also will be closed. Is there a practical worlflow for implementing two independent dialogues?