Skip to content

Commit

Permalink
Merge pull request #4 from RaZoom-Team/no-prod
Browse files Browse the repository at this point in the history
fix notify typesation
  • Loading branch information
Ramchike authored Nov 12, 2024
2 parents edfd904 + 3977c6d commit 6183b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/ui/notify/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const toaster = new Toaster({mobile: true});
interface Props {
title: string
content: string
type?: "success" | "normal" | "info" | "warning" | "danger" | "utility" | undefined
type?: "success" | "normal" | "info" | "warning" | "danger" | "utility"
}

export function addNotify({title, content, type}: Props) {
Expand Down

0 comments on commit 6183b44

Please sign in to comment.