fix: Remove unused variable
This commit is contained in:
parent
99179ef348
commit
8b61368b44
@ -11,7 +11,7 @@
|
||||
|
||||
let open: boolean = $state(false);
|
||||
let { data }: { data: SuperValidated<Infer<NewChannelSchema>> } = $props();
|
||||
const { form, errors, constraints, enhance } = superForm(data, {
|
||||
const { form, errors, enhance } = superForm(data, {
|
||||
validators: zodClient(newChannelSchema),
|
||||
onResult: ({ result }) => {
|
||||
if (result.type === 'success') {
|
||||
|
Loading…
Reference in New Issue
Block a user