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:
@ -35,6 +35,7 @@ export const ConfigVariableFilterContainer = ({
|
||||
onRemove={chip.onRemove}
|
||||
labelValue={chip.source ?? ''}
|
||||
variant={chip.variant}
|
||||
type="filter"
|
||||
/>
|
||||
))}
|
||||
</StyledChipContainer>
|
||||
|
||||
Reference in New Issue
Block a user