Skip to content

Commit

Permalink
fix: version store fix hydrating
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Apr 27, 2024
1 parent ced0a68 commit c504ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/codeimage/src/state/version/version.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const VersionStore = defineStore<VersionStore>(initialValue)
data = {
...data,
features: {
...initialValue(),
...initialValue().features,
...data.features,
},
};
Expand Down

0 comments on commit c504ebc

Please sign in to comment.