From fa2965919943f9c028725c2201b57ed83e13f860 Mon Sep 17 00:00:00 2001 From: zhangjingwei Date: Mon, 18 Mar 2024 16:46:48 +0800 Subject: [PATCH] fix: fix create security group rule Fix the error when create an other type security group rule Change-Id: I0a73d2a7f1309c1ce1bd5e630d6cb24751ee64ad --- .../containers/SecurityGroup/Detail/Rule/actions/Create.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/network/containers/SecurityGroup/Detail/Rule/actions/Create.jsx b/src/pages/network/containers/SecurityGroup/Detail/Rule/actions/Create.jsx index c26acd8e..eeb5e091 100644 --- a/src/pages/network/containers/SecurityGroup/Detail/Rule/actions/Create.jsx +++ b/src/pages/network/containers/SecurityGroup/Detail/Rule/actions/Create.jsx @@ -279,6 +279,7 @@ export class Create extends ModalAction { options: ipProtocols, required: isCustomProtocol, hidden: !isCustomProtocol, + formRef: this.formRef, help: t('Please input protocol number if it absent in select list.'), }, {