@adyen/kyc-components 2.32.0 → 2.32.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.
|
@@ -26150,7 +26150,7 @@ function CompanySearchDropinComponent({
|
|
|
26150
26150
|
label: i18n.get("failedToFetchRelevantDocuments"),
|
|
26151
26151
|
type: ToastType.ERROR
|
|
26152
26152
|
}));
|
|
26153
|
-
}, [
|
|
26153
|
+
}, []);
|
|
26154
26154
|
const getConfigurationData = useCallback(() => getConfiguration2({
|
|
26155
26155
|
legalEntityType: LegalEntityType.ORGANIZATION,
|
|
26156
26156
|
capabilities: capabilities ?? Object.keys(legalEntityResponse == null ? void 0 : legalEntityResponse.capabilities),
|