mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
fix following feed save
This commit is contained in:
parent
4d42107acb
commit
4bdbbecc77
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ function createDefaultStorage(): Ref<StorageInterface> {
|
|||
return computed(() => ({
|
||||
state: prefer.r.followingFeed,
|
||||
save(updated: typeof prefer.s.followingFeed) {
|
||||
prefer.s.followingFeed = updated;
|
||||
prefer.commit('followingFeed', updated);
|
||||
},
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue