feat(event-form): fix view of created_at and updated_at on edit and implement redirect for save and cancel buttons
This commit is contained in:
parent
05f56a2186
commit
4476ee6eb9
2 changed files with 19 additions and 3 deletions
|
@ -17,6 +17,7 @@ export default function Home() {
|
|||
</h1>
|
||||
<RedirectButton redirectUrl='/logout' buttonText='Logout' />
|
||||
<RedirectButton redirectUrl='/settings' buttonText='Settings' />
|
||||
<RedirectButton redirectUrl='/home/new-event' buttonText='New Event' />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue