You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to create posts from our website so create a form for this (see EventsForm.tsx). All the appropriate information should be able to be edited.
Create the form and fix so that there is a button for this on the post page.
Add the appropriate formfields where you take in data
Make the post route using mutate (see EventsForm.tsx) OBS: don't forget const queryClient = useQueryClient(); in your application. Otherwise it won't work.
The text was updated successfully, but these errors were encountered:
Before this can be done #16 needs to be done!
We want to be able to create posts from our website so create a form for this (see EventsForm.tsx). All the appropriate information should be able to be edited.
The text was updated successfully, but these errors were encountered: