Fix toast call
This commit is contained in:
parent
506f5ec99c
commit
202b8aa78d
@ -67,7 +67,7 @@ export default function () {
|
||||
errorMessage = ((await eventResp.json()) as { error: string }).error;
|
||||
} catch {}
|
||||
|
||||
useToast({
|
||||
toast({
|
||||
description: errorMessage,
|
||||
isClosable: true,
|
||||
status: "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user