Skip to content

Commit 46bad79

Browse files
committed
Fix double request on init
1 parent de4c870 commit 46bad79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboard/_state/dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface DashboardState extends DashboardStateStatus {
1515
}
1616

1717
const initialState: DashboardState = {
18-
loading: false,
18+
loading: true,
1919
error: undefined,
2020
data: {},
2121
}

0 commit comments

Comments
 (0)