mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00: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