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

@@ -68,6 +68,11 @@ export default {
}
},
name: "URL",
watch: {
value() {
this.url = this.value;
}
},
mounted() {
this.url = this.value;
},