fix: Improve toast messages to not show multiple of the same
This commit is contained in:
@@ -17,6 +17,7 @@ export type Toast = {
|
||||
message: string,
|
||||
type: "warning" | "error" | "info" | "success",
|
||||
timeout?: number,
|
||||
reoccurring?: number,
|
||||
action?: {
|
||||
text: string,
|
||||
onClick: () => void,
|
||||
|
||||
Reference in New Issue
Block a user