Skip to content

Commit e4dfe91

Browse files
committed
Fix folder name typo
1 parent 3e11aee commit e4dfe91

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

packages/mui-component-mapper/src/checkbox/checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { meta, input } from '@data-driven-forms/common/prop-types-templates';
55

66
import FormFieldGrid from '../form-field-grid/form-field-grid';
77
import { validationError } from '../validation-error/validation-error';
8-
import MultipleChoiceList from '../multiple-chioce-list/multiple-choice-list';
8+
import MultipleChoiceList from '../multiple-choice-list/multiple-choice-list';
99
import { useFieldApi } from '@data-driven-forms/react-form-renderer';
1010

1111
export const SingleCheckbox = (props) => {

packages/mui-component-mapper/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export { default as Textarea } from './textarea';
1515
export { default as TimePicker } from './time-picker';
1616
export { default as Wizard } from './wizard';
1717
export { default as FormFieldGrid } from './form-field-grid';
18-
export { default as MultipleChoiceList } from './multiple-chioce-list';
18+
export { default as MultipleChoiceList } from './multiple-choice-list';
1919
export { default as validationError } from './validation-error';

0 commit comments

Comments
 (0)