Skip to content

Commit

Permalink
pass resourceGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 29, 2017
1 parent 2522bb8 commit 0a0a860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/src/state/reducers/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function doUpdateResource(state, resource, isNew, kubeKinds) {
}

if (!applyFilters(newState.globalFilters, newState.filters, resource)) {
updateAutocomplete(newState, resource)
updateAutocomplete(newState, resource, resourceGroup)
}

return newState
Expand Down

0 comments on commit 0a0a860

Please sign in to comment.