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'

View File

@@ -5,7 +5,7 @@ import 'style/pages/Subscription/BillingPlans.scss'
import BillingPlansInput from 'containers/Subscriptions/BillingPlansInput';
import BillingPeriodsInput from 'containers/Subscriptions/BillingPeriodsInput';
import BillingPaymentMethod from 'containers/Subscriptions/BillingPaymentmethod';
import BillingPaymentMethod from 'containers/Subscriptions/BillingPaymentMethod';
/**
* Billing plans form.
@@ -14,7 +14,7 @@ export default function BillingPlansForm() {
return (
<div class="billing-plans">
<BillingPlansInput
title={<T id={'select_a_plan'} values={{ order: 1 }} />}
title={<T id={'sele ct_a_plan'} values={{ order: 1 }} />}
description={<T id={'please_enter_your_preferred_payment_method'} />}
/>
<BillingPeriodsInput