🐛 fix(subscribe): Add value prop to field in subscription form for proper state management
This commit is contained in:
parent
423b24077f
commit
328838d754
@ -240,6 +240,7 @@ export default function SubscribeAppForm<
|
||||
className: 'col-span-3',
|
||||
},
|
||||
]}
|
||||
value={field.value}
|
||||
onChange={(value) => {
|
||||
const filteredValue = value.filter((item) => item.url);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user