diff --git a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx index 1939e4ba..4b25caad 100644 --- a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx +++ b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx @@ -11,6 +11,7 @@ export default function TasksWaitingForMe() { textToShowIfEmpty="No tasks are waiting for you." autoReload showWaitingOn={false} + canCompleteAllTasks /> ); }