Skip to content

Commit

Permalink
use workloads autocomplete for related resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Nov 3, 2017
1 parent 206cdb3 commit e9a9456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const mapStateToProps = function(store) {
resourceRevision: store.resources.revision,
podMetrics: store.metrics.pod,
filterNames: store.resources.filterNames,
autocomplete: store.resources.autocomplete.pods,
autocomplete: store.resources.autocomplete.workloads,
}
}

Expand Down

0 comments on commit e9a9456

Please sign in to comment.