We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292d24d commit 722a324Copy full SHA for 722a324
1 file changed
hooks/14_FormValidation/src/common/notification.tsx
@@ -26,8 +26,8 @@ export const NotificationComponent: React.FC<Props> = (props) => {
26
return (
27
<Snackbar
28
anchorOrigin={{
29
- vertical: "bottom",
30
- horizontal: "left",
+ vertical: "top",
+ horizontal: "right",
31
}}
32
open={show}
33
autoHideDuration={3000}
0 commit comments