diff options
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 23 |
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",
|