chore: spreadsheet layout assignee column improvement (#4756)
This commit is contained in:
parent
12f101f52a
commit
ee655a045c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const SpreadsheetAssigneeColumn: React.FC<Props> = observer((props: Props
|
|||
multiple
|
||||
placeholder="Assignees"
|
||||
buttonVariant={
|
||||
issue?.assignee_ids && issue.assignee_ids.length > 0 ? "transparent-without-text" : "transparent-with-text"
|
||||
issue?.assignee_ids && issue.assignee_ids.length > 1 ? "transparent-without-text" : "transparent-with-text"
|
||||
}
|
||||
buttonClassName="text-left rounded-none group-[.selected-issue-row]:bg-custom-primary-100/5 group-[.selected-issue-row]:hover:bg-custom-primary-100/10"
|
||||
buttonContainerClassName="w-full"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue