Skip to content

Commit

Permalink
Change action name of set current language on store
Browse files Browse the repository at this point in the history
hotfix/wrap-configurations-on-slice-store
  • Loading branch information
danifromecuador committed Jan 1, 2025
1 parent 061ef75 commit b9b0298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ export const setCurrent = (set, language) => set(state => ({
current: language
}
}
}), false, 'language/setCurrent')
}), false, 'configs/language/setCurrent')

0 comments on commit b9b0298

Please sign in to comment.