Skip to content

Commit

Permalink
Remove string from type
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Nov 4, 2024
1 parent e22ce30 commit 2b58f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Toast/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const toastFnMap: Record<ToastType, ToastFn> = {
export interface ToastProps {
type: ToastType;
message: string;
description?: string | ReactNode;
description?: ReactNode;
persistent?: boolean;
dismissible?: boolean;
action?: ExternalToast['action'];
Expand Down

0 comments on commit 2b58f3b

Please sign in to comment.