@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +12 -13
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:
|
|
684
|
+
partnerId: selectedPartnerId,
|
|
685
685
|
partnerName: selectedPartner.name,
|
|
686
686
|
accountId: `acc_${Date.now()}`,
|
|
687
687
|
accountName: username
|