James Cole
2025-01-10 06:26:28 +01:00
parent d44cd50768
commit 115e3435af
11 changed files with 134 additions and 39 deletions

View File

@@ -124,7 +124,7 @@ export default {
},
downloadWebhook: function (id) {
axios.get('./api/v1/webhooks/' + id).then(response => {
console.log(response.data.data.attributes);
// console.log(response.data.data.attributes);
this.title = response.data.data.attributes.title;
this.id = parseInt(response.data.data.id);