fix: kanban assignees tooltip (#332)

This commit is contained in:
Anmol Singh Bhatia 2023-02-23 19:04:08 +05:30 committed by GitHub
parent 69e8b504de
commit 946dddb6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -276,6 +276,7 @@ export const SingleBoardIssue: React.FC<Props> = ({
issue={issue}
partialUpdateIssue={partialUpdateIssue}
isNotAllowed={isNotAllowed}
tooltipPosition="left"
/>
)}
</div>