Skip to content

Commit

Permalink
Merge pull request #11169 from richard-cox/ff-perm-fix
Browse files Browse the repository at this point in the history
Ensure we look at the correct resource type when enabling Feature Flag edits
  • Loading branch information
richard-cox authored Jun 4, 2024
2 parents d57b4ff + 01b98e3 commit 75da7d0
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 75da7d0

Please sign in to comment.