fix: fix create security group rule
Fix the error when create an other type security group rule
Change-Id: I0a73d2a7f1309c1ce1bd5e630d6cb24751ee64ad
(cherry picked from commit fa29659199
)
This commit is contained in:

committed by
Jingwei.Zhang

parent
02e708e038
commit
f40bde40a0
@@ -279,6 +279,7 @@ export class Create extends ModalAction {
|
|||||||
options: ipProtocols,
|
options: ipProtocols,
|
||||||
required: isCustomProtocol,
|
required: isCustomProtocol,
|
||||||
hidden: !isCustomProtocol,
|
hidden: !isCustomProtocol,
|
||||||
|
formRef: this.formRef,
|
||||||
help: t('Please input protocol number if it absent in select list.'),
|
help: t('Please input protocol number if it absent in select list.'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user