Fix filter and sort chips in view bar (#12455)

This PR fixes the filter and sort chips in the view bar.

Fixes https://github.com/twentyhq/core-team-issues/issues/1002
Fixes https://github.com/twentyhq/core-team-issues/issues/1003
This commit is contained in:
Lucas Bordeau
2025-06-05 20:53:47 +02:00
committed by GitHub
parent 276f1796cc
commit 7c898cd008
6 changed files with 25 additions and 4 deletions

View File

@ -35,6 +35,7 @@ export const ConfigVariableFilterContainer = ({
onRemove={chip.onRemove}
labelValue={chip.source ?? ''}
variant={chip.variant}
type="filter"
/>
))}
</StyledChipContainer>