Fix naming in store

This commit is contained in:
DwCay
2022-07-06 12:44:53 +03:00
parent e44dfee284
commit 222850dfd9
3 changed files with 4 additions and 4 deletions

View File

@@ -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 = () => {