Fix naming in store
This commit is contained in:
@@ -14,7 +14,7 @@ const Onboarding4 = observer(()=>{
|
||||
if(checkBoxes.find(item=>item.checked===false)) {
|
||||
return
|
||||
} else {
|
||||
registrationStore.fetchCreateNewAccount()
|
||||
registrationStore.pushNewCreateAccount()
|
||||
setCheckBoxesSelected(true)
|
||||
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ const Profile = observer (() => {
|
||||
|
||||
const deletePropertyData = () => {
|
||||
const changeData = registrationStore.userData.data.filter(item=>!selectedItems.includes(item.label))
|
||||
registrationStore.fetchChangeAccountData(changeData)
|
||||
registrationStore.pushChangeAccountData(changeData)
|
||||
}
|
||||
|
||||
const cancelAddPanel = () => {
|
||||
|
||||
Reference in New Issue
Block a user