We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec274c5 commit 3c86d84Copy full SHA for 3c86d84
1 file changed
web/src/pages/helm-template/helm-template.tsx
@@ -11,10 +11,9 @@ import {
11
} from './helm-template.types';
12
import { toast } from 'sonner';
13
import { isAxiosError } from 'axios';
14
-import Select, { SingleValue } from 'react-select';
+import Select from 'react-select';
15
import { accessModesOptions, sizeOptions } from './data/select-options';
16
import { selectStyle } from './styles/helm-template.style';
17
-import { OptionType } from '@/types/select.types';
18
import { useDownload } from '@/hooks';
19
20
const HelmTemplate: FC = () => {
0 commit comments