select executor on create task

This commit is contained in:
2023-06-27 18:35:59 +03:00
parent 7c622d63a1
commit bd3e2288ed
2 changed files with 65 additions and 37 deletions

View File

@@ -25,7 +25,6 @@ export const ProjectTiket = ({ project, index }) => {
initListeners();
}, []);
function initListeners() {
document.addEventListener("click", closeByClickingOut);
}