feat: message lang.

This commit is contained in:
elforjani3
2021-06-12 19:36:14 +02:00
parent 3fe85c519d
commit 7a384c54be
12 changed files with 25 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ import { transformToForm } from 'utils';
import {
CreateItemCategoryFormSchema,
EditItemCategoryFormSchema,
} from './ItemCategoryForm.schema';
} from './itemCategoryForm.schema';
import withDialogActions from 'containers/Dialog/withDialogActions';
import ItemCategoryFormContent from './ItemCategoryFormContent'