Skip to content

Commit

Permalink
yaml btn errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Dec 21, 2020
1 parent 3371e17 commit f5b9fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ResourceYaml.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default {
await this.$emit('apply-hooks', BEFORE_SAVE_HOOKS);
try {
this.value.saveYaml(yaml);
await this.value.saveYaml(yaml);
} catch (err) {
return onError.call(this, err);
}
Expand Down

0 comments on commit f5b9fb4

Please sign in to comment.