From 55e2cd97cbc24489add8120afb8e7c092cea4bbf Mon Sep 17 00:00:00 2001 From: farhantock Date: Wed, 22 May 2024 00:39:52 +0700 Subject: [PATCH] fix(dashboard) : change url to dashboard SI --- edit-mode/function/ganttSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mode/function/ganttSettings.js b/edit-mode/function/ganttSettings.js index 84517c8..f365735 100644 --- a/edit-mode/function/ganttSettings.js +++ b/edit-mode/function/ganttSettings.js @@ -131,7 +131,7 @@ $(document).ready(function () { }); $("#dashboard-project").on('click', function (event) { - window.location.href = `https://project.ospro.id/#/dashboard-project/${projectId}/${ganttId}false-header`; + window.location.href = `https://si.ospro.id/#/dashboard-project/${projectId}/${ganttId}false-header`; // window.location.href = `http://localhost:3000/#/dashboard-project/${projectId}/${ganttId}/false-header`; });