WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-14 11:22:59 +02:00
parent 0b4e01d3cc
commit 0a276ca5e0
7 changed files with 74 additions and 56 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'