diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 15:54:09 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 15:54:19 +0800 |
commit | 961eb4aa72c04a8898862a61607da422e8c0b906 (patch) | |
tree | d902893ff79b1a0a134e752f94a46e1c9db99225 /usecaseui-portal/src/constants/constants.ts | |
parent | 43e39a785c3871a1b403b04b1085179fb95a00b2 (diff) |
feat: Added error prompt for task management page
Change-Id: I59b0785c5904033aa7dfe443330c7a75119ebff5
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants/constants.ts')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index fa3c682e..d35c4c75 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -9,7 +9,7 @@ export const TASK_PROCESSING_STATUS = [ },
{
title: 'Waiting to Confirm',
- value: 'Waiting to Confirm'
+ value: 'WaitingtoConfirm'
},
{
title: 'Creating',
|