Add a label for exact search (#4509)
This commit is contained in:
parent
49320dcf9a
commit
9941c500d2
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ export const GroupTree = ({
|
|||
isChecked={exact}
|
||||
onChange={(value) => setExact(value)}
|
||||
/>
|
||||
<span className="pf-u-pl-sm">{t("exactSearch")}</span>
|
||||
<label htmlFor="exact" className="pf-u-pl-sm">
|
||||
{t("exactSearch")}
|
||||
</label>
|
||||
</InputGroup>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue