mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 14:55:58 +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 { v4 as uuid } from 'uuid';
|
||||||
|
|
||||||
import { selectStyle } from './config';
|
import { selectStyle } from './config';
|
||||||
|
import { PLACEHOLDER } from './constant';
|
||||||
import { StyledCheckOutlined, TypographyText } from './style';
|
import { StyledCheckOutlined, TypographyText } from './style';
|
||||||
import {
|
import {
|
||||||
getOperatorValue,
|
getOperatorValue,
|
||||||
@ -155,7 +156,7 @@ function QueryBuilderSearch({
|
|||||||
filterOption={false}
|
filterOption={false}
|
||||||
autoClearSearchValue={false}
|
autoClearSearchValue={false}
|
||||||
mode="multiple"
|
mode="multiple"
|
||||||
placeholder="Search Filter"
|
placeholder={PLACEHOLDER}
|
||||||
value={queryTags}
|
value={queryTags}
|
||||||
searchValue={searchValue}
|
searchValue={searchValue}
|
||||||
disabled={isMetricsDataSource && !query.aggregateAttribute.key}
|
disabled={isMetricsDataSource && !query.aggregateAttribute.key}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user