Skip to content

Commit b1da545

Browse files
committed
chore: code clean up
1 parent 0fd8b75 commit b1da545

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/CIPipelineN/TaskTypeDetailComponent.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,6 @@ export const TaskTypeDetailComponent = () => {
209209
}
210210
}
211211

212-
const menuList = (props) => {
213-
return (
214-
<components.MenuList {...props}>
215-
<div className="cn-5 pl-12 pt-4 pb-4 dc__italic-font-style">
216-
Type to enter a custom value. Press Enter to accept.
217-
</div>
218-
{props.children}
219-
</components.MenuList>
220-
)
221-
}
222-
223212
const renderMenuListFooter = () => (
224213
<div className="cn-5 pl-12 pt-4 pb-4 dc__italic-font-style">
225214
Type to enter a custom value. Press Enter to accept.

0 commit comments

Comments
 (0)