fix
This commit is contained in:
parent
412962204c
commit
c9cdfa0f17
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function CommentMenu({
|
|||
{isResolved ? t("Re-open comment") : t("Resolve comment")}
|
||||
</Menu.Item>
|
||||
) : (
|
||||
<Tooltip label={upgradeLabel} position="left" withPortal={false}>
|
||||
<Tooltip label={upgradeLabel} position="left" withinPortal={false}>
|
||||
<Menu.Item disabled leftSection={<IconCircleCheck size={14} />}>
|
||||
{t("Resolve comment")}
|
||||
</Menu.Item>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue