fix: breaking changes in billing form.

This commit is contained in:
a.bouhuolia
2021-02-09 10:39:02 +02:00
parent bb2b88e14e
commit 1a99584c9a
2 changed files with 3 additions and 3 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'