Skip to content

Commit f0facfc

Browse files
committed
immediate loading indicator in panel
1 parent 720f8b0 commit f0facfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ class Browser extends DashboardView {
10601060
...initialState,
10611061
relation: null,
10621062
});
1063-
await this.fetchData(this.props.params.className, prevFilters);
1063+
this.fetchData(this.props.params.className, prevFilters);
10641064
}
10651065
return true;
10661066
}

0 commit comments

Comments
 (0)