@adyen/kyc-components 3.6.0 → 3.6.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.
|
@@ -26419,7 +26419,7 @@ function CompanySearchDropinComponent({
|
|
|
26419
26419
|
label: i18n.get("failedToFetchRelevantDocuments"),
|
|
26420
26420
|
type: ToastType.ERROR
|
|
26421
26421
|
}));
|
|
26422
|
-
}, [
|
|
26422
|
+
}, []);
|
|
26423
26423
|
const getConfigurationData = useCallback(() => getConfiguration2({
|
|
26424
26424
|
legalEntityType: LegalEntityType.ORGANIZATION,
|
|
26425
26425
|
capabilities: capabilities ?? Object.keys(legalEntityResponse == null ? void 0 : legalEntityResponse.capabilities),
|