fix: small issue where users cant change podcast segments
This commit is contained in:
parent
1a67f1f912
commit
c92dccfc80
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export function EpisodeProfileFormDialog({
|
|||
type="number"
|
||||
min={3}
|
||||
max={20}
|
||||
{...register('num_segments')}
|
||||
{...register('num_segments', { valueAsNumber: true })}
|
||||
/>
|
||||
{errors.num_segments ? (
|
||||
<p className="text-xs text-red-600">{errors.num_segments.message}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue