diff --git a/web/src/components/UploadLicenseFile.tsx b/web/src/components/UploadLicenseFile.tsx index 08113fdfec..1cdd89ca03 100644 --- a/web/src/components/UploadLicenseFile.tsx +++ b/web/src/components/UploadLicenseFile.tsx @@ -508,13 +508,13 @@ const UploadLicenseFile = (props: Props) => {

Select the application that you want to install.

- {/* TODO: there's probably a bug here*/} - {/*@ts-ignore*/} { options={availableDestinations} isSearchable={false} getOptionLabel={(destination) => + // TODO: upgrade react-select and use the current typing + // We want to display element instead of string + // @ts-ignore this.getDestinationLabel( destination, destination.label