Skip to content

Commit f388166

Browse files
committed
feat(TextInputMapper): add component * 5
1 parent 4f9b297 commit f388166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/fields/TextInputMapper/TextInputMapper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export interface CubeTextInputMapperProps extends FieldBaseProps {
3030
value?: Record<string, string>;
3131
onChange?: (value: Record<string, string> | undefined) => void;
3232
ValueComponent?: ComponentType<CubeTextInputMapperInputProps>;
33-
keyProps?: CubeTextInputMapperInputProps;
34-
valueProps?: CubeTextInputMapperInputProps;
33+
keyProps?: Partial<CubeTextInputMapperInputProps>;
34+
valueProps?: Partial<CubeTextInputMapperInputProps>;
3535
}
3636

3737
// remove duplicates in mappings

0 commit comments

Comments
 (0)