minor bug fix

This commit is contained in:
sairaj mote 2023-02-16 20:36:14 +05:30
parent 293c38d162
commit 0e6dc68d0e

View File

@ -2877,7 +2877,6 @@
return Object.keys(object).find(key => object[key] === value);
}
function handleDashboardViewChange(e) {
changeDashboardView(e.target.value)
location.hash = `#/${appState.currentPage}/${floGlobals.dashboardPages[e.target.value]}`
}
function changeDashboardView(viewId = 'dashboard_tasks_wrapper') {