diff --git a/src/App.tsx b/src/App.tsx index ed659c9..b16991f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -53,6 +53,7 @@ function App() { Toast.show({ content: datagram.data, position: 'bottom', + duration: 5000 }) } });