mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Update packages and meta data.
This commit is contained in:
@@ -281,6 +281,8 @@ export default {
|
||||
$('#triggerButton').prop('disabled', true).addClass('disabled');
|
||||
|
||||
this.success_message = this.$t('firefly.webhook_was_triggered');
|
||||
// TODO actually trigger the webhook.
|
||||
axios.post('./api/v1/webhooks/' + this.id + '/trigger', {id: journalId});
|
||||
}
|
||||
|
||||
if (e) {
|
||||
|
||||
Reference in New Issue
Block a user