Merge "Fix Edit Qos Policy"

This commit is contained in:
Zuul 2022-09-28 06:03:04 +00:00 committed by Gerrit Code Review
commit cd72ae0ae1

View File

@ -53,6 +53,7 @@ export class Edit extends ModalAction {
label: t('Policy Name'), label: t('Policy Name'),
type: 'input-name', type: 'input-name',
withoutChinese: true, withoutChinese: true,
required: true,
}, },
{ {
name: 'description', name: 'description',