mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 22:09:10 +00:00
fix: bug with default field url
This commit is contained in:
committed by
Carlos Valente
parent
3ad3ad088f
commit
210a85c463
@@ -243,7 +243,7 @@ export default function ProjectData() {
|
|||||||
<div className={style.customImage}>
|
<div className={style.customImage}>
|
||||||
<Input
|
<Input
|
||||||
fluid
|
fluid
|
||||||
defaultValue={field.value}
|
defaultValue={field.url}
|
||||||
placeholder='Paste image URL (optional)'
|
placeholder='Paste image URL (optional)'
|
||||||
{...register(`custom.${idx}.url`)}
|
{...register(`custom.${idx}.url`)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user