Skip to content

Commit

Permalink
Merge pull request #563 from harrisonliu5/fix-issures
Browse files Browse the repository at this point in the history
fix: Clear the filter in the table after selecting the project
  • Loading branch information
ks-ci-bot authored Jul 3, 2020
2 parents 3fa254a + 53b7cdd commit 7039322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/clusters/components/ResourceTable/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ResourceTable extends BaseTable {

handleClusterChange = project => {
this.props.clusterStore.setProject(project)
this.props.onFetch()
this.props.onFetch({}, true)
}

renderNormalTitle() {
Expand Down

0 comments on commit 7039322

Please sign in to comment.