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