autoreload instances on the inprogress home page

This commit is contained in:
jasquat 2023-05-02 09:16:09 -04:00
parent 046ab04745
commit 40e6e9a6bb
1 changed files with 2 additions and 2 deletions

View File

@ -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}