refactor: rename event folder to events
This commit is contained in:
parent
8f21ab1d68
commit
d2c10f6a0a
5 changed files with 4 additions and 4 deletions
|
@ -151,7 +151,7 @@ const EventForm: React.FC<EventFormProps> = (props) => {
|
|||
toastId={t}
|
||||
title='Event saved'
|
||||
description={event?.title}
|
||||
onAction={() => router.push(`/event/${event?.id}`)}
|
||||
onAction={() => router.push(`/events/${event?.id}`)}
|
||||
variant='success'
|
||||
buttonText='show'
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue