|
@@ -341,7 +341,6 @@
|
|
mounted() {
|
|
mounted() {
|
|
this.$nextTick(function () {
|
|
this.$nextTick(function () {
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
- this.fetchNotifications();
|
|
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
|
|
@@ -379,6 +378,7 @@
|
|
}
|
|
}
|
|
$('.timeline .pagination').removeClass('d-none');
|
|
$('.timeline .pagination').removeClass('d-none');
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
|
+ this.fetchNotifications();
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
});
|
|
});
|
|
},
|
|
},
|