refactor & debug burger-menu, add participant

add column and deploying a task
This commit is contained in:
2024-02-29 13:08:41 +03:00
parent 9b01381af1
commit 0df30c74c9
9 changed files with 131 additions and 41 deletions

View File

@ -224,11 +224,9 @@ export const ProjectTracker = () => {
}
function openTicket(e, task) {
if (window.innerWidth < 985) {
return;
}
setSelectedTicket(task);
setModalActiveTicket(true);
document.body.style.overflow = "hidden";
}
function deleteColumn(column) {