Skip to content
Prev Previous commit
Next Next commit
immediate loading indicator in panel
  • Loading branch information
mtrezza committed Nov 28, 2025
commit f0facfc1d1d21d7c95ed901b35517254f9fb27b5
2 changes: 1 addition & 1 deletion src/dashboard/Data/Browser/Browser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ class Browser extends DashboardView {
...initialState,
relation: null,
});
await this.fetchData(this.props.params.className, prevFilters);
this.fetchData(this.props.params.className, prevFilters);
}
return true;
}
Expand Down
Loading