- removed console log;

- added toast when switching companies;
This commit is contained in:
Vitalii Kiiko
2024-10-10 15:23:25 +02:00
parent 156aac3d20
commit 374f60da97
3 changed files with 14 additions and 22 deletions

View File

@@ -254,7 +254,7 @@ const BandoApplication = () => {
acc[cur.fieldId] = cur.fieldValue;
return acc;
}, {});
console.log('formDataInitial', formDataInitial)
setFormInitialData(formDataInitial);
}
}