Skip to content

Commit 24d2a58

Browse files
committed
chore: fixed creatable select for container image
1 parent 328cfd6 commit 24d2a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CIPipelineN/TaskTypeDetailComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { ReactComponent as Info } from '../../assets/icons/ic-info-filled.svg'
4141
import { pipelineContext } from '../workflowEditor/workflowEditor'
4242
import CreatableSelect from 'react-select/creatable'
4343
import { containerImageSelectStyles } from './ciPipeline.utils'
44-
import { ValueContainer } from '@Components/app/details/appDetails/utils'
44+
import { ValueContainerImage as ValueContainer } from '@Components/app/details/appDetails/utils'
4545

4646
export const TaskTypeDetailComponent = () => {
4747
const {

0 commit comments

Comments
 (0)