-
Couldn't load subscription status.
- Fork 3.1k
fix: FIT-851: The Assign Annotators/ Reviewers modal does NOT always open from Task Actions #8699
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
…open from Task Actions
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ 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 #8699 +/- ##
===========================================
- Coverage 67.03% 59.93% -7.10%
===========================================
Files 790 551 -239
Lines 60675 38991 -21684
Branches 10310 10310
===========================================
- Hits 40672 23369 -17303
+ Misses 20000 15619 -4381
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
|
This pull request makes a small change to the
AppStorein the data manager. The change removes the use ofyieldwhen callingactionCallback, making the function call synchronous instead of asynchronous.this cleans up the console from an error relating to yielding a function that returns an object