mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 03:42:54 +00:00
Add option to delete webhooks.
This commit is contained in:
@@ -68,6 +68,11 @@ export default {
|
||||
}
|
||||
},
|
||||
name: "URL",
|
||||
watch: {
|
||||
value() {
|
||||
this.url = this.value;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.url = this.value;
|
||||
},
|
||||
|
Reference in New Issue
Block a user