fix: kanban layout quick add (#4058)
This commit is contained in:
parent
8205961d2a
commit
4b8a1353fc
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export const IssueProperties: React.FC<IIssueProperties> = observer((props) => {
|
||||||
multiple
|
multiple
|
||||||
buttonVariant={issue.assignee_ids?.length > 0 ? "transparent-without-text" : "border-without-text"}
|
buttonVariant={issue.assignee_ids?.length > 0 ? "transparent-without-text" : "border-without-text"}
|
||||||
buttonClassName={issue.assignee_ids?.length > 0 ? "hover:bg-transparent px-0" : ""}
|
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"
|
placeholder="Assignees"
|
||||||
tooltipContent=""
|
tooltipContent=""
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue