view all saved algos in settings
This commit is contained in:
parent
047024a5ac
commit
8948118d5c
5 changed files with 91 additions and 17 deletions
|
|
@ -110,7 +110,7 @@ export class SavedFeedsModel {
|
|||
this.loadMoreCursor = res.data.cursor
|
||||
this.hasMore = !!this.loadMoreCursor
|
||||
for (const f of res.data.feeds) {
|
||||
this.feeds.push(new AlgoItemModel(f))
|
||||
this.feeds.push(new AlgoItemModel(this.rootStore, f))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue