Skip to content

Commit

Permalink
feat/add links to items
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeskens committed Jan 24, 2024
1 parent ca0e310 commit d52ce35
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function WidgetAgendaGeneral(

const form = useForm<FormData>({
resolver: zodResolver<any>(formSchema),
defaultValues: {},
defaultValues: {
title: props?.title || '',
},
});

const { onFieldChange } = useFieldDebounce(props.onFieldChanged);
Expand Down
Loading

0 comments on commit d52ce35

Please sign in to comment.