We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d9031 commit c9b8c22Copy full SHA for c9b8c22
web/apps/labelstudio/src/app/App.jsx
@@ -38,7 +38,7 @@ const queryClient = new QueryClient({
38
});
39
40
const browserHistory = createBrowserHistory({
41
- basename: "",
+ basename: baseURL.pathname || "/",
42
// callback is an async way to confirm or decline going to another page in the context of routing. It accepts `true` or `false`
43
getUserConfirmation: (message, callback) => {
44
// `history.block` doesn't block events, so in the case of listeners,
0 commit comments