Skip to content

Commit 3c86d84

Browse files
committed
chore(web): fix docker build issue
1 parent ec274c5 commit 3c86d84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

web/src/pages/helm-template/helm-template.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ import {
1111
} from './helm-template.types';
1212
import { toast } from 'sonner';
1313
import { isAxiosError } from 'axios';
14-
import Select, { SingleValue } from 'react-select';
14+
import Select from 'react-select';
1515
import { accessModesOptions, sizeOptions } from './data/select-options';
1616
import { selectStyle } from './styles/helm-template.style';
17-
import { OptionType } from '@/types/select.types';
1817
import { useDownload } from '@/hooks';
1918

2019
const HelmTemplate: FC = () => {

0 commit comments

Comments
 (0)