mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
remove todo label-ify search dropdown note
This commit is contained in:
parent
bbf9c13952
commit
3684975ef9
@ -222,10 +222,6 @@ class Search extends React.Component {
|
||||
>
|
||||
{(options && (
|
||||
<Fragment>
|
||||
{/* TODO: update value to being object
|
||||
{ actualValue: optionKey, toString: () => label }
|
||||
currently a pf bug that makes the checked logic
|
||||
not work with object-based values */}
|
||||
<Select
|
||||
variant={SelectVariant.checkbox}
|
||||
aria-label={name}
|
||||
@ -256,10 +252,6 @@ class Search extends React.Component {
|
||||
isExpanded={isFilterDropdownOpen}
|
||||
placeholderText={`Filter By ${name}`}
|
||||
>
|
||||
{/* TODO: update value to being object
|
||||
{ actualValue: optionKey, toString: () => label }
|
||||
currently a pf bug that makes the checked logic
|
||||
not work with object-based values */}
|
||||
<SelectOption key="true" value="true">
|
||||
{booleanLabels.true || i18n._(t`Yes`)}
|
||||
</SelectOption>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user