autoreload instances on the inprogress home page
This commit is contained in:
parent
046ab04745
commit
40e6e9a6bb
|
@ -43,7 +43,7 @@ export default function InProgressInstances() {
|
||||||
]}
|
]}
|
||||||
canCompleteAllTasks
|
canCompleteAllTasks
|
||||||
showActionsColumn
|
showActionsColumn
|
||||||
autoReload={false}
|
autoReload
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
@ -78,7 +78,7 @@ export default function InProgressInstances() {
|
||||||
paginationClassName="with-large-bottom-margin"
|
paginationClassName="with-large-bottom-margin"
|
||||||
showLinkToReport
|
showLinkToReport
|
||||||
showActionsColumn
|
showActionsColumn
|
||||||
autoReload={false}
|
autoReload
|
||||||
/>
|
/>
|
||||||
<ProcessInstanceListTable
|
<ProcessInstanceListTable
|
||||||
headerElement={waitingForMeHeaderElement}
|
headerElement={waitingForMeHeaderElement}
|
||||||
|
|
Loading…
Reference in New Issue