|
|
|
@ -13,7 +13,7 @@ import DialogUserGantt from './DialogUserGantt';
|
|
|
|
|
import { Link } from 'react-router-dom'; |
|
|
|
|
|
|
|
|
|
const { Option } = Select |
|
|
|
|
const DialogGantt = ({ openDialog, closeDialog, toggleDialog, idTask, proyekName, companyId, configApp, hierarchyId, hierarchyName, openDialogHierarchy, isLogin, token, role_id, user_id, dataViewStartDate }) => { |
|
|
|
|
const DialogGantt = ({ openDialog, closeDialog, toggleDialog, idTask, proyekName, companyId, companyName, hierarchyId, hierarchyName, openDialogHierarchy, isLogin, token, role_id, user_id, dataViewStartDate }) => { |
|
|
|
|
const HEADER = { |
|
|
|
|
headers: { |
|
|
|
|
"Content-Type": "application/json", |
|
|
|
@ -134,7 +134,7 @@ const DialogGantt = ({ openDialog, closeDialog, toggleDialog, idTask, proyekName
|
|
|
|
|
user_id, |
|
|
|
|
company_id: companyId, |
|
|
|
|
dataViewStartDate, |
|
|
|
|
configApp: configApp |
|
|
|
|
companyName |
|
|
|
|
} |
|
|
|
|
}}> |
|
|
|
|
<Tooltip title="Gantt"> |
|
|
|
|