Fix Edit Qos Policy

It is required for name when edit the qos policy

Closes-Bug: #1991037
Change-Id: I68c71755ba1ce6033f89405b33de059769acdc06
This commit is contained in:
xusongfu 2022-09-28 11:23:14 +08:00
parent fcb2856c31
commit c1fb03c4c9

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',