- fixed issue with validation on registration page; - fixed issue with inputnumber; - fixed issue with editor field;; - added editors for new faq item form; - fixed displaying html as simple text; - fixed saving company data after saving; - added toast for edit bando form; - improved edit forms form; - fixed styles for various elements;
15 lines
313 B
JavaScript
15 lines
313 B
JavaScript
const zustandXOpts = {
|
|
devtools: {
|
|
enabled: true
|
|
},
|
|
persist: {
|
|
enabled: true,
|
|
partialize: (state) => ({
|
|
//userData: state.userData,
|
|
token: state.token,
|
|
chosenCompanyId: state.chosenCompanyId,
|
|
}),
|
|
}
|
|
}
|
|
|
|
export default zustandXOpts; |