- fixed login for confidi users;
- restyled fileselect UI;
This commit is contained in:
@@ -328,7 +328,7 @@ const BandoApplicationPreview = () => {
|
||||
|
||||
if (applId) {
|
||||
storeSet.main.setAsyncRequest();
|
||||
const queryParams = 'ROLE_BENEFICIARY' === role
|
||||
const queryParams = ['ROLE_BENEFICIARY', 'ROLE_CONFIDI'].includes(role)
|
||||
? [
|
||||
['companyId', chosenCompanyId]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user