add processed fields

This commit is contained in:
kandrusyak
2022-08-24 13:24:10 +03:00
parent 446276fadf
commit e4f691ab78
5 changed files with 291 additions and 188 deletions

View File

@@ -161,7 +161,6 @@ const Profile = observer (() => {
};
const addDataParameters = () => {
console.log(addedValues)
const label = addedValues.label.toLowerCase().split(' ').join('');
if(labelMap[label])
addedValues.key = addedValues.label.toLowerCase().split(' ').join('');