Fix Edit Qos Policy

It is required for name when edit the qos policy

Closes-Bug: #1991037
Change-Id: I68c71755ba1ce6033f89405b33de059769acdc06
(cherry picked from commit c1fb03c4c9)
This commit is contained in:
xusongfu
2022-09-28 11:23:14 +08:00
parent 3dbd3af7ec
commit 58a8dfe685

View File

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