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

@@ -70,6 +70,11 @@ export default {
mounted() {
this.title = this.value;
},
watch: {
value() {
this.title = this.value;
}
},
components: {},
data() {
return {