Skip to content

Commit f8d9031

Browse files
author
lunarych
committed
Merge branch 'ls-release/1.17.0' of https://gitcode.com/ModelEngine/Label-Studio into ls-release/1.17.0
2 parents 3181c64 + f58bd75 commit f8d9031

File tree

1 file changed

+1
-1
lines changed
  • web/apps/labelstudio/src/app

1 file changed

+1
-1
lines changed

web/apps/labelstudio/src/app/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const queryClient = new QueryClient({
3838
});
3939

4040
const browserHistory = createBrowserHistory({
41-
basename: "/label-studio",
41+
basename: "",
4242
// callback is an async way to confirm or decline going to another page in the context of routing. It accepts `true` or `false`
4343
getUserConfirmation: (message, callback) => {
4444
// `history.block` doesn't block events, so in the case of listeners,

0 commit comments

Comments
 (0)