Add link field in Pinterest component

This commit is contained in:
Étienne Fesser 2025-04-05 18:02:44 +02:00
parent 197d50c8b7
commit 86a803c300
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const PinterestSettings: FC = () => {
return (
<div className="flex flex-col">
<Input label={'Title'} {...register('title')} />
<Input label={'Link'} {...register('link')} />
<PinterestBoard {...register('board')} />
<ColorPicker
label="Select Pin Color"