Fix missing Add File button (#12548)
This commit is contained in:
@ -103,7 +103,7 @@ export const Attachments = ({
|
||||
onChange={handleFileChange}
|
||||
type="file"
|
||||
/>
|
||||
{!hasObjectUpdatePermissions && (
|
||||
{hasObjectUpdatePermissions && (
|
||||
<Button
|
||||
Icon={IconPlus}
|
||||
title="Add file"
|
||||
|
||||
Reference in New Issue
Block a user