- updated zustand and react libraries;

- added 'put in draft' btn;
This commit is contained in:
Vitalii Kiiko
2025-04-10 12:36:19 +02:00
parent 44ba9036cb
commit 7dcf932819
90 changed files with 677 additions and 587 deletions

View File

@@ -90,7 +90,7 @@ const LatestBandiBeneficiarioTableAsync = () => {
};
const addToFavourites = (id, preferredId) => {
const companyId = storeGet.main.chosenCompanyId()
const companyId = storeGet('chosenCompanyId')
const data = {
companyId,
callId: id