- 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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user