- merged with master;

- fixed registartion form - added hub id;
- fixed bando view for beneficiario after switching company;
This commit is contained in:
Vitalii Kiiko
2024-10-23 12:24:34 +02:00
10 changed files with 49 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ const TopBarProfileMenu = ({ menuLeftRef }) => {
const switchCompany = (id) => {
if (chosenCompanyId !== id) {
storeSet.main.chosenCompanyId(id);
console.log('set company 2', id)
if (toast.current) {
toast.current.show({
severity: 'success',