before form mode add
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
formControlName="mode"
|
||||
[options]="[
|
||||
{ label: 'Inline', value: 'inline' },
|
||||
{ label: 'YAML', value: 'yaml' }
|
||||
{ label: 'YAML', value: 'yaml' },
|
||||
{ label: 'Form', value: 'form' }
|
||||
]"
|
||||
optionLabel="label"
|
||||
optionValue="value"
|
||||
|
Reference in New Issue
Block a user