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)