summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/constants/constants.ts')
-rw-r--r--usecaseui-portal/src/constants/constants.ts23
1 files changed, 0 insertions, 23 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
index 249d6f6d..8c8ac661 100644
--- a/usecaseui-portal/src/constants/constants.ts
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -10,29 +10,6 @@
options: IF ITEM NEEDS OPTIONS, CAN BE EMITTED IF NOT
********/
-export const TASK_PROCESSING_STATUS = [
- {
- title: "All",
- value: "all",
- },
- {
- title: "Planning",
- value: "Planning",
- },
- {
- title: "WaitingToConfirm",
- value: "WaitingToConfirm",
- },
- {
- title: "Creating",
- value: "Creating",
- },
- {
- title: "Completed",
- value: "Completed",
- },
-];
-
export const BUSINESS_REQUIREMENT = [
{
title: "Slicing Business Name",