mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix hotbugs.
This commit is contained in:
@@ -22,7 +22,7 @@ function SendResetPassword({ requestSendResetPassword }) {
|
|||||||
const ValidationSchema = Yup.object().shape({
|
const ValidationSchema = Yup.object().shape({
|
||||||
crediential: Yup.string()
|
crediential: Yup.string()
|
||||||
.required()
|
.required()
|
||||||
.email().label(formatMessage({id:''})),
|
.email().label(formatMessage({ id: 'email' })),
|
||||||
});
|
});
|
||||||
|
|
||||||
const initialValues = useMemo(
|
const initialValues = useMemo(
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ function ProfitLossSheetTable({
|
|||||||
return (
|
return (
|
||||||
<FinancialSheet
|
<FinancialSheet
|
||||||
companyName={companyName}
|
companyName={companyName}
|
||||||
sheetType={'Profit/Loss Sheet'}
|
sheetType={<T id={'profit_loss_sheet'} />}
|
||||||
fromDate={profitLossQuery.from_date}
|
fromDate={profitLossQuery.from_date}
|
||||||
toDate={profitLossQuery.to_date}
|
toDate={profitLossQuery.to_date}
|
||||||
name="profit-loss-sheet"
|
name="profit-loss-sheet"
|
||||||
|
|||||||
Reference in New Issue
Block a user