From 27c54d99c24af7804805ea00065b2236079ffac7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Nov 2023 17:50:23 +0700 Subject: [PATCH] Update ganttFrame --- src/views/SimproV2/Gantt/GanttFrame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SimproV2/Gantt/GanttFrame.js b/src/views/SimproV2/Gantt/GanttFrame.js index 90d8655..5fb6987 100644 --- a/src/views/SimproV2/Gantt/GanttFrame.js +++ b/src/views/SimproV2/Gantt/GanttFrame.js @@ -19,7 +19,7 @@ const GanttFrame = React.memo((props) => { console.error('Undefined in props.location.state'); } const history = useHistory(); - const { versionGanttId, idProject, token, ro, timestamp } = props; + const { versionGanttId, idProject, ro, timestamp } = props; const iframeSrc = `https://konstruksi-gantt.ospro.id/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}×tamp=${timestamp}`; const [batchEntityData, setBatchEntityData] = useState(null);