17782: Disabling typechecking for some common Field component usage.
[arvados-workbench2.git] / src / views / run-process-panel / inputs / file-input.tsx
index a1e0b9110020bbf1e0d808a81b5cfcb1095059e0..c2e17c9502fe26dac7bad4bdf2663d6f87f6db51 100644 (file)
@@ -29,7 +29,7 @@ export const FileInput = ({ input, options }: FileInputProps) =>
     <Field
         name={input.id}
         commandInput={input}
-        component={FileInputComponent}
+        component={FileInputComponent as any}
         format={format}
         parse={parse}
         {...{