-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(genes-table): Enhance reactivity in table updates post-curation
Resolved an issue in the Genes Table where individual entries were not being updated in real-time after curation or precuration. The solution involved improving the reactivity of the component by ensuring the `rawItems` state is correctly updated and reflects the latest gene data. This fix enhances user experience by displaying up-to-date curation statuses without needing to reload the entire table. Further testing has confirmed the effective real-time update of individual entries post-curation or precuration actions. Closes #112
- Loading branch information
Showing
2 changed files
with
47 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters