diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index 5f3f1078f..4dfa98a29 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -1172,6 +1172,10 @@ class Browser extends DashboardView { this.props.navigate( generatePath(this.context, `browser/${className}?filters=${encodeURIComponent(filters)}`) ); + + this.setState({ + skip: 0, + }); } handlePointerCmdClick({ className, id, field = 'objectId' }) {