Merge "fix: set the type required when create vpn endpoint group" into stable/zed
This commit is contained in:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user