From b69745e61d9b0fb6a5ea1f4db36572d6d93782d4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Jul 2024 22:38:10 +0700 Subject: [PATCH] update --- edit-mode/function/ganttSettings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/edit-mode/function/ganttSettings.js b/edit-mode/function/ganttSettings.js index 8fc8080..d4cda84 100644 --- a/edit-mode/function/ganttSettings.js +++ b/edit-mode/function/ganttSettings.js @@ -196,7 +196,6 @@ async function initGanttSettings() { $("#scale1").attr('checked', true); // init to gantt chart view (holidays) - B const result = await axiosInstance .get(VERSION_GANTT_EDIT_URL, HEADER) .then(res => res)