TWNTY-6808 - Ability to Filter by Creation Source (#7078)
### Description - Ability to Filter by Creation Source ### Demo LOOM: <https://www.loom.com/share/dba9c3d37a4242fe90f977b1babffbde?sid=59b07c51-d245-43cc-bb38-7d898ef72878> ### Refs #6808 Fixes #6808 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2cd3219636
commit
35788af351
@ -127,6 +127,7 @@ export const Chip = ({
|
||||
rightComponent,
|
||||
accent = ChipAccent.TextPrimary,
|
||||
onClick,
|
||||
className,
|
||||
}: ChipProps) => {
|
||||
return (
|
||||
<StyledContainer
|
||||
@ -137,6 +138,7 @@ export const Chip = ({
|
||||
size={size}
|
||||
variant={variant}
|
||||
onClick={onClick}
|
||||
className={className}
|
||||
>
|
||||
{leftComponent}
|
||||
<OverflowingTextWithTooltip
|
||||
|
||||
Reference in New Issue
Block a user