Skip to content

Commit

Permalink
Merge pull request #1466 from mdomarus/chore/mui-mapper-folder-name-typo
Browse files Browse the repository at this point in the history
fix: mui-component-mapper folder name typo
  • Loading branch information
rvsia authored Jun 6, 2024
2 parents 3e11aee + e4dfe91 commit 31d5e90
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui-component-mapper/src/checkbox/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { meta, input } from '@data-driven-forms/common/prop-types-templates';

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

export const SingleCheckbox = (props) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-component-mapper/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export { default as Textarea } from './textarea';
export { default as TimePicker } from './time-picker';
export { default as Wizard } from './wizard';
export { default as FormFieldGrid } from './form-field-grid';
export { default as MultipleChoiceList } from './multiple-chioce-list';
export { default as MultipleChoiceList } from './multiple-choice-list';
export { default as validationError } from './validation-error';

0 comments on commit 31d5e90

Please sign in to comment.