mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 06:55:58 +08:00
feat: removed allow clear icon from when ALL option is selected (#7894)
This commit is contained in:
parent
da084b4686
commit
e34e61a20d
@ -462,7 +462,7 @@ function VariableItem({
|
|||||||
<span>+ {omittedValues.length} </span>
|
<span>+ {omittedValues.length} </span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
allowClear
|
allowClear={selectValue !== ALL_SELECT_VALUE && selectValue !== 'ALL'}
|
||||||
>
|
>
|
||||||
{enableSelectAll && (
|
{enableSelectAll && (
|
||||||
<Select.Option data-testid="option-ALL" value={ALL_SELECT_VALUE}>
|
<Select.Option data-testid="option-ALL" value={ALL_SELECT_VALUE}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user