Browse Source

update

Dev-Fuad
root 2 months ago
parent
commit
b69745e61d
  1. 1
      edit-mode/function/ganttSettings.js

1
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)

Loading…
Cancel
Save