diff --git a/services/app/source/03-components/StyledSelect/DropdownOption.tsx b/services/app/source/03-components/StyledSelect/DropdownOption.ts similarity index 100% rename from services/app/source/03-components/StyledSelect/DropdownOption.tsx rename to services/app/source/03-components/StyledSelect/DropdownOption.ts diff --git a/services/app/source/03-components/StyledSelect/StyledDropdownIndicator.tsx b/services/app/source/03-components/StyledSelect/StyledDropdownIndicator.tsx index 914b064f..34e4cae3 100644 --- a/services/app/source/03-components/StyledSelect/StyledDropdownIndicator.tsx +++ b/services/app/source/03-components/StyledSelect/StyledDropdownIndicator.tsx @@ -10,12 +10,8 @@ import DropdownOption from './DropdownOption'; * @see https://react-select.com/components#replacing-components * @param props */ -function StyledDropdownIndicator( - props: DropdownIndicatorProps< - DropdownOption, - boolean, - GroupBase - >, +function StyledDropdownIndicator