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 1227a3e commit 5454833Copy full SHA for 5454833
src/components/app/details/cicdHistory/Sidebar.tsx
@@ -88,9 +88,8 @@ const Sidebar = React.memo(
88
}
89
90
91
- const containerRegistryOption = (props): JSX.Element => {
+ const ciPipelineBuildTypeOption = (props): JSX.Element => {
92
props.selectProps.styles.option = getCustomOptionSelectionStyle()
93
- console.log(props.data.pipelineType?.toLowerCase())
94
return (
95
<components.Option {...props}>
96
<div style={{ display: 'flex' }}>
@@ -130,7 +129,7 @@ const Sidebar = React.memo(
130
129
onChange={handleFilterChange}
131
components={{
132
IndicatorSeparator: null,
133
- Option: containerRegistryOption,
+ Option: ciPipelineBuildTypeOption,
134
DropdownIndicator,
135
}}
136
styles={FILTER_STYLE}
0 commit comments