visuddhinanda 1 anno fa
parent
commit
428c006a0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard-v4/dashboard/src/components/task/TaskList.tsx

+ 1 - 1
dashboard-v4/dashboard/src/components/task/TaskList.tsx

@@ -25,7 +25,7 @@ import TaskStatusButton from "./TaskStatusButton";
 import Executors from "./Executors";
 import Category from "./Category";
 import TaskListAdd from "./TaskListAdd";
-import { update, updateNode } from "./ProjectTask";
+import { updateNode } from "./ProjectTask";
 
 const { Text } = Typography;