We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cfeae commit 331db60Copy full SHA for 331db60
apps/pyconkr-admin/src/components/layouts/admin_editor.tsx
@@ -92,6 +92,9 @@ const fieldPropsToSelectedProps = (props: FieldProps): OutlinedSelectProps & { d
92
onBlur: rawOnBlur,
93
onChange: rawOnChange,
94
95
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
96
+ required: _,
97
+
98
schema,
99
errorSchema,
100
uiSchema,
0 commit comments