minor bug fix
This commit is contained in:
parent
293c38d162
commit
0e6dc68d0e
@ -2877,7 +2877,6 @@
|
|||||||
return Object.keys(object).find(key => object[key] === value);
|
return Object.keys(object).find(key => object[key] === value);
|
||||||
}
|
}
|
||||||
function handleDashboardViewChange(e) {
|
function handleDashboardViewChange(e) {
|
||||||
changeDashboardView(e.target.value)
|
|
||||||
location.hash = `#/${appState.currentPage}/${floGlobals.dashboardPages[e.target.value]}`
|
location.hash = `#/${appState.currentPage}/${floGlobals.dashboardPages[e.target.value]}`
|
||||||
}
|
}
|
||||||
function changeDashboardView(viewId = 'dashboard_tasks_wrapper') {
|
function changeDashboardView(viewId = 'dashboard_tasks_wrapper') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user