mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat(FinancialReports): add loading progress bar.
fix(preformance): Optimize preformance of virtualized list. fix(preformance): Optimize financial reports preformance.
This commit is contained in:
@@ -53,6 +53,7 @@ import Drawer from './Drawer/Drawer';
|
||||
import DrawerSuspense from './Drawer/DrawerSuspense';
|
||||
import Postbox from './Postbox';
|
||||
import AccountsSuggestField from './AccountsSuggestField';
|
||||
import MaterialProgressBar from './MaterialProgressBar';
|
||||
|
||||
const Hint = FieldHint;
|
||||
|
||||
@@ -112,5 +113,6 @@ export {
|
||||
Drawer,
|
||||
DrawerSuspense,
|
||||
Postbox,
|
||||
AccountsSuggestField
|
||||
AccountsSuggestField,
|
||||
MaterialProgressBar
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user