Allow clearing resolved/failure actions in alert template

This commit is contained in:
sadnub 2021-05-24 22:18:12 -04:00 committed by GitHub
parent 5f9c149e59
commit 60beea548b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -111,6 +111,7 @@
dense
options-dense
outlined
clearable
v-model="template.action"
:options="scriptOptions"
map-options
@ -174,6 +175,7 @@
dense
options-dense
outlined
clearable
v-model="template.resolved_action"
:options="scriptOptions"
map-options
@ -696,4 +698,4 @@ export default {
if (this.editing) Object.assign(this.template, this.alertTemplate);
},
};
</script>
</script>