mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: refactoring alerts.
This commit is contained in:
@@ -6,7 +6,6 @@ import 'style/pages/Items/List.scss';
|
||||
import { DashboardPageContent } from 'components';
|
||||
|
||||
import ItemsActionsBar from './ItemsActionsBar';
|
||||
import ItemsAlerts from './ItemsAlerts';
|
||||
import ItemsViewsTabs from './ItemsViewsTabs';
|
||||
import ItemsDataTable from './ItemsDataTable';
|
||||
|
||||
@@ -46,7 +45,6 @@ function ItemsList({
|
||||
<ItemsDataTable />
|
||||
</DashboardPageContent>
|
||||
|
||||
<ItemsAlerts />
|
||||
</ItemsListProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user