remove callback
This commit is contained in:
parent
e52513fa91
commit
8c52d26669
|
@ -28,13 +28,7 @@ export default class extends Component {
|
||||||
|
|
||||||
@action
|
@action
|
||||||
showUserNotes() {
|
showUserNotes() {
|
||||||
showUserNotes(this.store, this.args.outletArgs.user.id, (count) => {
|
showUserNotes(this.store, this.args.outletArgs.user.id);
|
||||||
if (this.isDestroying || this.isDestroyed) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
this.set("userNotesCount", count);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue