mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: avoid display any dashboard before boot complete loading.
This commit is contained in:
@@ -16,8 +16,9 @@ export function useDashboardMetaBoot() {
|
||||
data: dashboardMeta,
|
||||
isLoading: isDashboardMetaLoading,
|
||||
isSuccess: isDashboardMetaSuccess,
|
||||
} = useDashboardMeta();
|
||||
|
||||
} = useDashboardMeta({
|
||||
keepPreviousData: true,
|
||||
});
|
||||
const [startLoading, stopLoading] = useSplashLoading();
|
||||
|
||||
useWatchImmediate((value) => {
|
||||
|
||||
Reference in New Issue
Block a user