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