diff --git a/web/src/components/config-form/section-configs/record.ts b/web/src/components/config-form/section-configs/record.ts index 9cfc92127..05a21f224 100644 --- a/web/src/components/config-form/section-configs/record.ts +++ b/web/src/components/config-form/section-configs/record.ts @@ -23,7 +23,7 @@ const record: SectionConfigOverrides = { uiSchema: { export: { hwaccel_args: { - "ui:options": { size: "lg" }, + "ui:options": { suppressMultiSchema: true, size: "lg" }, }, }, },