fix: edit custom fields with type image (#1997)

This commit is contained in:
Alex Christoffer Rasmussen
2026-03-08 19:31:00 +01:00
committed by GitHub
parent 1849b4d39f
commit ceb490c60a
2 changed files with 4 additions and 1 deletions
@@ -39,6 +39,7 @@ export default function CustomFieldEntry(props: CustomFieldEntryProps) {
initialColour={colour}
initialLabel={label}
initialKey={fieldKey}
initialType={type}
/>
</td>
</tr>