anything in the Tasks waiting for me table can now be completed by the current user

This commit is contained in:
burnettk 2023-02-15 07:41:05 -05:00
parent 759b2bffa5
commit 83bd4f1cb3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export default function TasksWaitingForMe() {
textToShowIfEmpty="No tasks are waiting for you."
autoReload
showWaitingOn={false}
canCompleteAllTasks
/>
);
}