anything in the Tasks waiting for me table can now be completed by the current user
This commit is contained in:
parent
56403b4c77
commit
e76b64294e
|
@ -11,6 +11,7 @@ export default function TasksWaitingForMe() {
|
|||
textToShowIfEmpty="No tasks are waiting for you."
|
||||
autoReload
|
||||
showWaitingOn={false}
|
||||
canCompleteAllTasks
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue