fix: peekoverview (#2603)
* fix: peekoverview mutation fix * fix: peekoverview mutation fix * fix: sub-issue peekoverview
This commit is contained in:
parent
4512651f8b
commit
0072160891
30 changed files with 301 additions and 239 deletions
|
|
@ -45,8 +45,8 @@ export const ModulesListGanttChartView: React.FC = observer(() => {
|
|||
loaderTitle="Modules"
|
||||
blocks={modules ? blockFormat(modules) : null}
|
||||
blockUpdateHandler={(block, payload) => handleModuleUpdate(block, payload)}
|
||||
SidebarBlockRender={ModuleGanttSidebarBlock}
|
||||
BlockRender={ModuleGanttBlock}
|
||||
sidebarBlockToRender={ModuleGanttSidebarBlock}
|
||||
blockToRender={(data: IModule) => <ModuleGanttBlock data={data} />}
|
||||
enableBlockLeftResize={isAllowed}
|
||||
enableBlockRightResize={isAllowed}
|
||||
enableBlockMove={isAllowed}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue