From 83bd4f1cb3cf4cad91b3a127cea61c759ede6bad Mon Sep 17 00:00:00 2001 From: burnettk Date: Wed, 15 Feb 2023 07:41:05 -0500 Subject: [PATCH] anything in the Tasks waiting for me table can now be completed by the current user --- spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx | 1 + 1 file changed, 1 insertion(+) 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 /> ); }