remember tab added
This commit is contained in:
parent
688712e6da
commit
4fd18e5ea3
@ -21,6 +21,7 @@ import {
|
||||
let user = null;
|
||||
let authToken = null;
|
||||
let lastAdminTab = 'overview';
|
||||
export { lastAdminTab };
|
||||
|
||||
// --- EVENT HANDLERS (The "Logic") ---
|
||||
async function handleAuthSubmit(e) {
|
||||
|
||||
@ -7,6 +7,7 @@ import {
|
||||
attachAuthFormListener,
|
||||
attachAdminDashboardListeners,
|
||||
attachEmployeeDashboardListeners,
|
||||
lastAdminTab
|
||||
} from './main.js';
|
||||
|
||||
// --- DOM ELEMENT SELECTORS ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user