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
The frontend web GUI doesn't have auto-save functionality. If a user closes the browser tab, all the work will be lost. We can use web storage APIs to save session data in browser.
The frontend web GUI doesn't have auto-save functionality. If a user closes the browser tab, all the work will be lost. We can use web storage APIs to save session data in browser.
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
The text was updated successfully, but these errors were encountered: