-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-645: Empty Data Manager is displayed when navigating via browser Back button from Settings page #8386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…wser Back button from Settings page
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8386 +/- ##
===========================================
- Coverage 66.72% 60.58% -6.14%
===========================================
Files 773 543 -230
Lines 58189 38249 -19940
Branches 10090 10090
===========================================
- Hits 38828 23175 -15653
+ Misses 19358 15071 -4287
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
|
/git merge
|
…wser Back button from Settings page (#8386) Co-authored-by: yyassi-heartex <[email protected]>
This pull request makes a small improvement to the
DataManagerclass constructor by ensuring thatprojectIdis set even if it is not explicitly provided in the config. IfprojectIdis missing, it will now default to theidproperty of theprojectobject.screen-recorder-tue-sep-09-2025-22-37-18.webm
DataManagerconstructor (dm-sdk.js), setthis.projectIdtoconfig.projectIdor fall back toconfig.project.idif not provided.