mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 20:25:57 +08:00
chore: placeholder text is updated (#3127)
This commit is contained in:
parent
7f162e5381
commit
60c0836d3e
@ -0,0 +1,2 @@
|
||||
export const PLACEHOLDER =
|
||||
'Search Filter : select options from suggested values, for IN/NOT IN operators - press "Enter" after selecting options';
|
@ -18,6 +18,7 @@ import { DataSource } from 'types/common/queryBuilder';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
|
||||
import { selectStyle } from './config';
|
||||
import { PLACEHOLDER } from './constant';
|
||||
import { StyledCheckOutlined, TypographyText } from './style';
|
||||
import {
|
||||
getOperatorValue,
|
||||
@ -155,7 +156,7 @@ function QueryBuilderSearch({
|
||||
filterOption={false}
|
||||
autoClearSearchValue={false}
|
||||
mode="multiple"
|
||||
placeholder="Search Filter"
|
||||
placeholder={PLACEHOLDER}
|
||||
value={queryTags}
|
||||
searchValue={searchValue}
|
||||
disabled={isMetricsDataSource && !query.aggregateAttribute.key}
|
||||
|
Loading…
x
Reference in New Issue
Block a user