mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
WIP vendored dep upgrades
This commit is contained in:
parent
5f59e95495
commit
6409ad0d63
190 changed files with 64265 additions and 109666 deletions
|
@ -18,7 +18,7 @@ export default Component.extend({
|
|||
didReceiveAttrs() {
|
||||
this._super(...arguments);
|
||||
|
||||
this.get('documentService').getActivity(this.get('document.id')).then((activity) => {
|
||||
this.get('documentService').getActivity(this.get('document.id'), 7).then((activity) => {
|
||||
this.set('activity', activity);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue