- styled asteriks sign;
- 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;
This commit is contained in:
@@ -6,6 +6,7 @@ const initialStore = {
|
||||
userData: {},
|
||||
token: '',
|
||||
companies: [],
|
||||
chosenCompanyId: 0,
|
||||
// bando form
|
||||
formInitialData: {},
|
||||
// form builder
|
||||
|
||||
@@ -6,7 +6,8 @@ const zustandXOpts = {
|
||||
enabled: true,
|
||||
partialize: (state) => ({
|
||||
//userData: state.userData,
|
||||
token: state.token
|
||||
token: state.token,
|
||||
chosenCompanyId: state.chosenCompanyId,
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user