@ixo/editor 5.31.0 → 5.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28738,13 +28738,12 @@ var BidInboxSection = ({ deedDid, collectionId, adminAddress, isDisabled, handle
|
|
|
28738
28738
|
maxAmounts: maxAmounts.length > 0 ? maxAmounts : void 0
|
|
28739
28739
|
});
|
|
28740
28740
|
} else {
|
|
28741
|
-
const currentUser = h.getCurrentUser?.();
|
|
28742
28741
|
await h.approveServiceAgentApplication({
|
|
28743
28742
|
adminAddress,
|
|
28744
28743
|
collectionId,
|
|
28745
28744
|
agentQuota: quotaNum,
|
|
28746
28745
|
deedDid,
|
|
28747
|
-
currentUserAddress:
|
|
28746
|
+
currentUserAddress: selectedBid.address
|
|
28748
28747
|
});
|
|
28749
28748
|
}
|
|
28750
28749
|
} else {
|
|
@@ -46485,4 +46484,4 @@ export {
|
|
|
46485
46484
|
ixoGraphQLClient,
|
|
46486
46485
|
getEntity
|
|
46487
46486
|
};
|
|
46488
|
-
//# sourceMappingURL=chunk-
|
|
46487
|
+
//# sourceMappingURL=chunk-2WCWAKG6.mjs.map
|