diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-05-22 09:48:08 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-05-22 09:48:37 +0800 |
commit | 539ffea7725b9475118c84c35a49ae5024bd7a79 (patch) | |
tree | 92c9f6a3ab975d6c8b4de2acc4a99a7cc06ca3ac /usecaseui-portal/src/constants/constants.ts | |
parent | 8189d6613964ac90995dfac73d33c05af695bd87 (diff) |
feat: Modify the parameters submitted when nsmf is created3.0.4
Change-Id: I13f59ed32d3d6f8be5404a8876164764feec35e1
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 57def7b1..14089b0b 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -138,7 +138,7 @@ export const CORE_FORM_ITEMS = [ },
{
title: 'Non-shared',
- key: 'no-shared'
+ key: 'non-shared'
}
]
},
|