chore: spreadsheet layout assignee column improvement (#4756)

This commit is contained in:
Anmol Singh Bhatia 2024-06-11 18:02:48 +05:30 committed by GitHub
parent 12f101f52a
commit ee655a045c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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