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:
@ -129,7 +129,7 @@ export const Attachments = ({
|
||||
title="All"
|
||||
attachments={attachments ?? []}
|
||||
button={
|
||||
!hasObjectUpdatePermissions && (
|
||||
hasObjectUpdatePermissions && (
|
||||
<Button
|
||||
Icon={IconPlus}
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user