Browse Source

Update ganttFrame

pull/1/head
root 1 year ago
parent
commit
27c54d99c2
  1. 2
      src/views/SimproV2/Gantt/GanttFrame.js

2
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}&timestamp=${timestamp}`;
const [batchEntityData, setBatchEntityData] = useState(null);

Loading…
Cancel
Save