Skip to content

Commit 722a324

Browse files
committed
ref:#187 14_FormValidation top message
1 parent 292d24d commit 722a324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/14_FormValidation/src/common/notification.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export const NotificationComponent: React.FC<Props> = (props) => {
2626
return (
2727
<Snackbar
2828
anchorOrigin={{
29-
vertical: "bottom",
30-
horizontal: "left",
29+
vertical: "top",
30+
horizontal: "right",
3131
}}
3232
open={show}
3333
autoHideDuration={3000}

0 commit comments

Comments
 (0)