This commit is contained in:
Mikola
2023-10-26 14:44:39 +03:00
parent 1fc6cc3f73
commit 5c72dae35a
2 changed files with 104 additions and 1 deletions

View File

@ -335,6 +335,8 @@ export const ProjectTracker = () => {
...prevState,
edit: false,
}));
setTagInfo({description: "", name: ""})
setColor("#aabbcc")
});
}