Skip to content

Commit

Permalink
enableRowActions looking at the wrong schema (#9759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-McQ authored and rak-phillip committed Jun 17, 2024
1 parent be6f3c8 commit 723efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/list/management.cattle.io.feature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
},
enableRowActions() {
const schema = this.$store.getters[`management/schemaFor`](MANAGEMENT.SETTING);
const schema = this.$store.getters[`management/schemaFor`](MANAGEMENT.FEATURE);
return schema?.resourceMethods?.includes('PUT');
},
Expand Down

0 comments on commit 723efe9

Please sign in to comment.