Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -61,6 +61,7 @@ export const formSchema: FormSchema[] = [ | @@ -61,6 +61,7 @@ export const formSchema: FormSchema[] = [ | ||
| 61 | colProps: { span: 24 }, | 61 | colProps: { span: 24 }, |
| 62 | required: true, | 62 | required: true, |
| 63 | component: 'RadioGroup', | 63 | component: 'RadioGroup', |
| 64 | + defaultValue:'NOTICE', | ||
| 64 | componentProps: { | 65 | componentProps: { |
| 65 | options: [ | 66 | options: [ |
| 66 | { | 67 | { |