refactor: refactored the taskphase

This commit is contained in:
2026-07-06 14:26:03 +03:30
parent 5964a9b20d
commit d9283e3a90
6 changed files with 48 additions and 53 deletions
+2 -1
View File
@@ -26,5 +26,6 @@ export enum PermissionEnum {
DMAIL = 'dmail',
RESELLER="reseller",
WORKSPACE="workspace",
PROJECT="project"
PROJECT="project",
TASK_PHASE="task_phase"
}