Merge "fix: set the type required when create vpn endpoint group" into stable/zed

This commit is contained in:
Zuul
2022-09-29 05:54:27 +00:00
committed by Gerrit Code Review

View File

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