refactor(frontend): rename store.set -> store.commit
This commit is contained in:
@@ -858,7 +858,7 @@ function updateSettings<
|
||||
>(key: K, value: V) {
|
||||
const changes: { [P in K]?: V } = {};
|
||||
changes[key] = value;
|
||||
prefer.set('game.dropAndFusion', {
|
||||
prefer.commit('game.dropAndFusion', {
|
||||
...prefer.s['game.dropAndFusion'],
|
||||
...changes,
|
||||
});
|
||||
|
Reference in New Issue
Block a user