Skip to content

Commit

Permalink
fix(stores): add correct version number on combo-store
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 3, 2023
1 parent 36aefaf commit 6463349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/combo-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export const useComboStore = create<Props>()(
set({ combos })
}
}),
{ name: 'combo-store', version: 2 }
{ name: 'combo-store', version: 1 }
)
)

0 comments on commit 6463349

Please sign in to comment.