@pfm-platform/partners-ui-mui 0.2.0 → 0.2.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.
package/dist/index.cjs CHANGED
@@ -681,7 +681,7 @@ function PartnerConnectionDialog({
681
681
  throw new Error("Selected partner not found");
682
682
  }
683
683
  const linkedAccountData = {
684
- partnerId: parseInt(selectedPartnerId, 10),
684
+ partnerId: selectedPartnerId,
685
685
  partnerName: selectedPartner.name,
686
686
  accountId: `acc_${Date.now()}`,
687
687
  accountName: username