Skip to content

Commit 5454833

Browse files
committed
feat: updated name
1 parent 1227a3e commit 5454833

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/app/details/cicdHistory/Sidebar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ const Sidebar = React.memo(
8888
}
8989
}
9090

91-
const containerRegistryOption = (props): JSX.Element => {
91+
const ciPipelineBuildTypeOption = (props): JSX.Element => {
9292
props.selectProps.styles.option = getCustomOptionSelectionStyle()
93-
console.log(props.data.pipelineType?.toLowerCase())
9493
return (
9594
<components.Option {...props}>
9695
<div style={{ display: 'flex' }}>
@@ -130,7 +129,7 @@ const Sidebar = React.memo(
130129
onChange={handleFilterChange}
131130
components={{
132131
IndicatorSeparator: null,
133-
Option: containerRegistryOption,
132+
Option: ciPipelineBuildTypeOption,
134133
DropdownIndicator,
135134
}}
136135
styles={FILTER_STYLE}

0 commit comments

Comments
 (0)