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.
2 parents 3181c64 + f58bd75 commit f8d9031Copy full SHA for f8d9031
web/apps/labelstudio/src/app/App.jsx
@@ -38,7 +38,7 @@ const queryClient = new QueryClient({
38
});
39
40
const browserHistory = createBrowserHistory({
41
- basename: "/label-studio",
+ basename: "",
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