Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix toast call
regalijan committed Feb 22, 2024
1 parent 506f5ec commit 202b8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/book-event.tsx
@@ -67,7 +67,7 @@ export default function () {
errorMessage = ((await eventResp.json()) as { error: string }).error;
} catch {}

useToast({
toast({
description: errorMessage,
isClosable: true,
status: "error",

0 comments on commit 202b8aa

Please sign in to comment.