diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-02-18 11:33:34 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-02-18 11:57:54 +0800 |
commit | 2bbb62fcc0506a6aec706749af3fc0153c01ec7d (patch) | |
tree | 6857e237fb6fdb21e9f0c00042a48ece4f62123e /usecaseui-portal/src/constants/constants.ts | |
parent | 359ea22daf85b7d3108d5dad49b1d3e9b36bf02d (diff) |
feat:Remove parameters not needed when order is created of csmf slicing
Change-Id: I7880d9473f5f8359032920fed464889f6335471e
Issue-ID: USECASEUI-369
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index b7842f49..17e6aa33 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -304,10 +304,6 @@ export const COMMUNICATION_FORM_ITEMS = [ ]
},
{
- title: 'Use Interval (Month)',
- key: 'useInterval'
- },
- {
title: 'Area',
key: 'coverageArea'
}
|