From 0e6dc68d0e63a6ee74b44832644492bb5d27c776 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 16 Feb 2023 20:36:14 +0530 Subject: [PATCH] minor bug fix --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 4775240..b1aeff1 100644 --- a/index.html +++ b/index.html @@ -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') {