diff --git a/shell/list/management.cattle.io.feature.vue b/shell/list/management.cattle.io.feature.vue index a371ea065c0..6a6cf663778 100644 --- a/shell/list/management.cattle.io.feature.vue +++ b/shell/list/management.cattle.io.feature.vue @@ -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'); },