fix: kanban layout quick add (#4058)

This commit is contained in:
Anmol Singh Bhatia 2024-03-25 16:20:26 +05:30 committed by GitHub
parent 8205961d2a
commit 4b8a1353fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,7 +341,7 @@ export const IssueProperties: React.FC<IIssueProperties> = observer((props) => {
multiple
buttonVariant={issue.assignee_ids?.length > 0 ? "transparent-without-text" : "border-without-text"}
buttonClassName={issue.assignee_ids?.length > 0 ? "hover:bg-transparent px-0" : ""}
showTooltip={issue?.assignee_ids.length === 0}
showTooltip={issue?.assignee_ids?.length === 0}
placeholder="Assignees"
tooltipContent=""
/>