mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 12:18:08 +00:00
Add option to delete webhooks.
This commit is contained in:
@@ -70,6 +70,11 @@ export default {
|
||||
mounted() {
|
||||
this.title = this.value;
|
||||
},
|
||||
watch: {
|
||||
value() {
|
||||
this.title = this.value;
|
||||
}
|
||||
},
|
||||
components: {},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user