mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: kanban layout quick add (#4058)
This commit is contained in:
parent
8205961d2a
commit
4b8a1353fc
@ -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…
Reference in New Issue
Block a user