17782: Disabling typechecking for some common Field component usage.
[arvados-workbench2.git] / src / views-components / dialog-copy / dialog-copy.tsx
index 97fe52bb67e30dde347a25c16529845e6fd44121..5605e6caa866c266990caa9722ac94be96004aef 100644 (file)
@@ -28,7 +28,7 @@ const CopyDialogFields = memoize((pickerId: string) =>
         <span>
             <Field
                 name='name'
-                component={TextField}
+                component={TextField as any}
                 validate={COPY_NAME_VALIDATION}
                 label="Enter a new name for the copy" />
             <Field