mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +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}>
|
||||
<Input
|
||||
fluid
|
||||
defaultValue={field.value}
|
||||
defaultValue={field.url}
|
||||
placeholder='Paste image URL (optional)'
|
||||
{...register(`custom.${idx}.url`)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user