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:
micha 2025-06-18 22:47:10 +02:00
parent 05f56a2186
commit 4476ee6eb9
2 changed files with 19 additions and 3 deletions

View file

@ -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>
);