feat: removed allow clear icon from when ALL option is selected (#7894)

This commit is contained in:
SagarRajput-7 2025-05-17 00:48:41 +05:30 committed by GitHub
parent da084b4686
commit e34e61a20d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}>