diff --git a/src/views/SimproV2/Gantt/index.js b/src/views/SimproV2/Gantt/index.js index d464dd8..0da50a7 100644 --- a/src/views/SimproV2/Gantt/index.js +++ b/src/views/SimproV2/Gantt/index.js @@ -1,7 +1,7 @@ import React, { useEffect, useMemo, useState } from 'react'; import Timeline from 'react-calendar-timeline' import 'react-calendar-timeline/lib/Timeline.css' -import { USER_VERSION_GANTT_SEARCH, BASE_SIMPRO_LUMEN } from '../../../const/ApiConst'; +import { USER_VERSION_GANTT_SEARCH, BASE_SIMPRO_LUMEN, BASE_URL_GANTT } from '../../../const/ApiConst'; import axios from "../../../const/interceptorApi" const token = localStorage.getItem("token") @@ -77,7 +77,7 @@ const Gantt = (props) => { const RenderGantt = () => (