Fix missing Add File button (#12548)

This commit is contained in:
Marie
2025-06-11 17:54:40 +02:00
committed by GitHub
parent afa6f84408
commit 23cbeec227

View File

@ -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"