PR changes - switch resource list to canEditYaml

This commit is contained in:
Jordon Leach 2021-11-17 09:18:58 -05:00
parent df8fe73dd7
commit c4c40a580a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export default {
return this.isYamlCreatable;
}
return this.schema && this._isCreatable && this.$store.getters['type-map/optionsFor'](this.resource).canYaml;
return this.schema && this._isCreatable && this.$store.getters['type-map/optionsFor'](this.resource).canEditYaml;
},
_isCreatable() {