mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix(BalanceSheet): BIG-281 report alerts re-positioning.
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
|||||||
DetailItem,
|
DetailItem,
|
||||||
Row,
|
Row,
|
||||||
Col,
|
Col,
|
||||||
ButtonLink,
|
|
||||||
CustomerDrawerLink,
|
CustomerDrawerLink,
|
||||||
} from 'components';
|
} from 'components';
|
||||||
import { useEstimateDetailDrawerContext } from './EstimateDetailDrawerProvider';
|
import { useEstimateDetailDrawerContext } from './EstimateDetailDrawerProvider';
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ function BalanceSheet({
|
|||||||
onNumberFormatSubmit={handleNumberFormatSubmit}
|
onNumberFormatSubmit={handleNumberFormatSubmit}
|
||||||
/>
|
/>
|
||||||
<BalanceSheetLoadingBar />
|
<BalanceSheetLoadingBar />
|
||||||
|
<BalanceSheetAlerts />
|
||||||
|
|
||||||
<DashboardPageContent>
|
<DashboardPageContent>
|
||||||
<FinancialStatement>
|
<FinancialStatement>
|
||||||
@@ -80,7 +81,6 @@ function BalanceSheet({
|
|||||||
</FinancialStatement>
|
</FinancialStatement>
|
||||||
</DashboardPageContent>
|
</DashboardPageContent>
|
||||||
|
|
||||||
<BalanceSheetAlerts />
|
|
||||||
</BalanceSheetProvider>
|
</BalanceSheetProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ function CashFlowStatement({
|
|||||||
/>
|
/>
|
||||||
<CashFlowStatementLoadingBar />
|
<CashFlowStatementLoadingBar />
|
||||||
<CashFlowStatementAlerts />
|
<CashFlowStatementAlerts />
|
||||||
|
|
||||||
<DashboardPageContent>
|
<DashboardPageContent>
|
||||||
<FinancialStatement>
|
<FinancialStatement>
|
||||||
<CashFlowStatementHeader
|
<CashFlowStatementHeader
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import { isEmpty } from 'lodash';
|
|||||||
import {
|
import {
|
||||||
getFieldsFromResourceMeta,
|
getFieldsFromResourceMeta,
|
||||||
transformTableQueryToParams,
|
transformTableQueryToParams,
|
||||||
isTableEmptyStatus,
|
|
||||||
} from 'utils';
|
} from 'utils';
|
||||||
import { transformItemsTableState } from './utils';
|
import { transformItemsTableState } from './utils';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user