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 4f9b297 commit f388166Copy full SHA for f388166
src/components/fields/TextInputMapper/TextInputMapper.tsx
@@ -30,8 +30,8 @@ export interface CubeTextInputMapperProps extends FieldBaseProps {
30
value?: Record<string, string>;
31
onChange?: (value: Record<string, string> | undefined) => void;
32
ValueComponent?: ComponentType<CubeTextInputMapperInputProps>;
33
- keyProps?: CubeTextInputMapperInputProps;
34
- valueProps?: CubeTextInputMapperInputProps;
+ keyProps?: Partial<CubeTextInputMapperInputProps>;
+ valueProps?: Partial<CubeTextInputMapperInputProps>;
35
}
36
37
// remove duplicates in mappings
0 commit comments