Skip to content

Commit

Permalink
Pass the full list of expressions to matchExpressions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent99 committed Jan 6, 2021
1 parent d68de22 commit 325b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit/fleet.cattle.io.clustergroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
:initial-empty-row="!isView"
:mode="mode"
type=""
:value="value.spec.selector.matchExpressions"
:value="expressions"
:show-remove="false"
@input="matchChanged($event)"
/>
Expand Down

0 comments on commit 325b065

Please sign in to comment.