feat: fix youtube title

This commit is contained in:
Nevo David 2024-11-22 20:17:26 +07:00
parent bcc2a2308a
commit 7ddfb8bc6b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const YoutubeSettings: FC = () => {
const { register, control } = useSettings();
return (
<div className="flex flex-col">
<Input label="Title" {...register('title')} />
<Input label="Title" {...register('title')} maxLength={100} />
<Select label="Type" {...register('type', { value: 'public' })}>
{type.map((t) => (
<option key={t.value} value={t.value}>