We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8b75 commit b1da545Copy full SHA for b1da545
src/components/CIPipelineN/TaskTypeDetailComponent.tsx
@@ -209,17 +209,6 @@ export const TaskTypeDetailComponent = () => {
209
}
210
211
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
-
223
const renderMenuListFooter = () => (
224
<div className="cn-5 pl-12 pt-4 pb-4 dc__italic-font-style">
225
Type to enter a custom value. Press Enter to accept.
0 commit comments