Add option to delete webhooks.

This commit is contained in:
James Cole
2022-09-18 05:49:56 +02:00
parent 625ad14d7d
commit d9245f06f7
58 changed files with 768 additions and 43 deletions

View File

@@ -75,6 +75,11 @@ export default {
{id: 300, name: this.$t('firefly.webhook_delivery_JSON')},
];
},
watch: {
value() {
this.delivery = this.value;
}
},
methods: {
hasError() {
return this.error?.length > 0;