fix: set the type required when create vpn endpoint group
Set the type required when create the vpn endpoint group Closes-Bug: #1991164 Change-Id: I610eca40bef80c6fbfb38bc359312dc3b826dfb7
This commit is contained in:
parent
4412b40e1d
commit
ed8c6e69b0
@ -130,6 +130,7 @@ export class Create extends ModalAction {
|
|||||||
name: 'type',
|
name: 'type',
|
||||||
label: t('Type'),
|
label: t('Type'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
|
required: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: t('Peer'),
|
label: t('Peer'),
|
||||||
|
Loading…
Reference in New Issue
Block a user