New naming for store
This commit is contained in:
@@ -76,7 +76,7 @@ const Profile = observer (() => {
|
||||
|
||||
const deletePropertyData = () => {
|
||||
const changeData = registrationStore.userData.data.filter(item=>!selectedItems.includes(item.label))
|
||||
registrationStore.pushChangeAccountData(changeData)
|
||||
registrationStore.pushAccountData(changeData)
|
||||
}
|
||||
|
||||
const cancelAddPanel = () => {
|
||||
|
||||
Reference in New Issue
Block a user