final adjustments to the field task list and the field drawer and field page using the tasks with the permissions in the correct way
This commit is contained in:
parent
8633c197ab
commit
186604dccf
11 changed files with 97 additions and 177 deletions
|
|
@ -18,7 +18,6 @@ import TaskActions from "./taskActions";
|
|||
interface Props {
|
||||
task: Task;
|
||||
reLoad: () => void;
|
||||
editTaskMethod: (task: Task) => void;
|
||||
markComplete: (task: Task) => void;
|
||||
deleteTask: (task: Task) => void;
|
||||
openTaskPage: (taskId: string) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue