- updated dependencies;

- fixed displaying delega;
- fixed switching companies;
- added toast for profile and company profile;
- fixed registration 'deby/allow all' func;
This commit is contained in:
Vitalii Kiiko
2024-10-10 10:33:21 +02:00
parent 8cac4ea23e
commit cc8597b529
14 changed files with 18215 additions and 15834 deletions

View File

@@ -108,13 +108,13 @@ const Registration = () => {
const disableAllChecks = () => {
setValue('marketing', false);
setValue('offers', false);
setValue('thirdparty', false);
setValue('thirdParty', false);
}
const enableAllChecks = () => {
setValue('marketing', true);
setValue('offers', true);
setValue('thirdparty', true);
setValue('thirdParty', true);
}
useEffect(() => {