From c1fb03c4c940d0cb0f36de2872c5444085866b0a Mon Sep 17 00:00:00 2001 From: xusongfu Date: Wed, 28 Sep 2022 11:23:14 +0800 Subject: [PATCH] Fix Edit Qos Policy It is required for name when edit the qos policy Closes-Bug: #1991037 Change-Id: I68c71755ba1ce6033f89405b33de059769acdc06 --- src/pages/network/containers/QoSPolicy/actions/Edit.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/network/containers/QoSPolicy/actions/Edit.jsx b/src/pages/network/containers/QoSPolicy/actions/Edit.jsx index d046f678..255432dd 100644 --- a/src/pages/network/containers/QoSPolicy/actions/Edit.jsx +++ b/src/pages/network/containers/QoSPolicy/actions/Edit.jsx @@ -53,6 +53,7 @@ export class Edit extends ModalAction { label: t('Policy Name'), type: 'input-name', withoutChinese: true, + required: true, }, { name: 'description',