Fix bug
This commit is contained in:
parent
ddb413ca52
commit
8f175186bc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default Vue.extend({
|
||||||
const ok = window.confirm('%i18n:@read-all%');
|
const ok = window.confirm('%i18n:@read-all%');
|
||||||
if (!ok) return;
|
if (!ok) return;
|
||||||
|
|
||||||
(this as any).api('notifications/markAsRead_all');
|
(this as any).api('notifications/mark_as_read_all');
|
||||||
},
|
},
|
||||||
onFetched() {
|
onFetched() {
|
||||||
Progress.done();
|
Progress.done();
|
||||||
|
|
Loading…
Reference in a new issue