fixing response in transfertype

This commit is contained in:
bagusajisaputroo
2025-05-07 16:22:25 +07:00
parent 4c0a0468af
commit 873d516988
4 changed files with 255 additions and 184 deletions

View File

@ -27,7 +27,7 @@ const App = () => {
<PathnameProvider>
<AppRouting />
</PathnameProvider>
<Toaster />
<Toaster expand visibleToasts={20} duration={3000} />
</BrowserRouter>
);
};