Skip to content

Commit

Permalink
socket.io: show toast next to the save button when someone else edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoujin committed Jan 14, 2025
1 parent dc5ec2e commit 55eff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/socketio/SocketService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function createSocketService() {
}),
{
autoClose: false,
position: toast.POSITION.TOP_RIGHT,
position: toast.POSITION.BOTTOM_RIGHT,
closeButton: true,
}
);
Expand Down

0 comments on commit 55eff49

Please sign in to comment.