- PR Change Requests

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-09 16:49:03 -04:00
parent 6b9269eb2d
commit 80b4ef3ae8
3 changed files with 27 additions and 39 deletions

View File

@@ -247,11 +247,6 @@ function TaskListComponent({
}
);
const [state, setState] = useState({
sortedInfo: {},
filteredInfo: { text: "" }
});
const handleCreateTask = useCallback(() => {
setTaskUpsertContext({
actions: {},