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