|
|
|
@ -1004,7 +1004,7 @@ const DashboardProject = (args) => {
|
|
|
|
|
// );
|
|
|
|
|
// });
|
|
|
|
|
const slides = dummyData.map((item, index) => { |
|
|
|
|
const URL_GANTT = `https://konstruksi-gantt.ospro.id/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${item.project.gantt.gantt_id}&proyek_id=${item.project.id}&token=${token}&ro=1`; |
|
|
|
|
const URL_GANTT = `https://project-gantt.ospro.id/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${item.project.gantt.gantt_id}&proyek_id=${item.project.id}&token=${token}&ro=1`; |
|
|
|
|
return ( |
|
|
|
|
<CarouselItem |
|
|
|
|
onExiting={() => setAnimating(true)} |
|
|
|
|