Fix toast call

This commit is contained in:
Regalijan 2024-02-22 13:11:03 -05:00
parent 506f5ec99c
commit 202b8aa78d
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -67,7 +67,7 @@ export default function () {
errorMessage = ((await eventResp.json()) as { error: string }).error;
} catch {}
useToast({
toast({
description: errorMessage,
isClosable: true,
status: "error",