Fix missing New Note / New Task button (#12513)
New Note button was missing because of the wrong condition being applied to display it <img width="492" alt="Capture d’écran 2025-06-10 à 10 26 57" src="https://github.com/user-attachments/assets/dafd10e3-b3a8-497c-9a00-c395f20cecbb" />
This commit is contained in:
@@ -68,7 +68,7 @@ export const Notes = ({
|
||||
There are no associated notes with this record.
|
||||
</AnimatedPlaceholderEmptySubTitle>
|
||||
</AnimatedPlaceholderEmptyTextContainer>
|
||||
{!hasObjectUpdatePermissions && (
|
||||
{hasObjectUpdatePermissions && (
|
||||
<Button
|
||||
Icon={IconPlus}
|
||||
title="New note"
|
||||
|
||||
Reference in New Issue
Block a user