- updated zustand and react libraries;
- added 'put in draft' btn;
This commit is contained in:
@@ -90,7 +90,7 @@ const LatestBandiBeneficiarioTableAsync = () => {
|
||||
};
|
||||
|
||||
const addToFavourites = (id, preferredId) => {
|
||||
const companyId = storeGet.main.chosenCompanyId()
|
||||
const companyId = storeGet('chosenCompanyId')
|
||||
const data = {
|
||||
companyId,
|
||||
callId: id
|
||||
|
||||
Reference in New Issue
Block a user