Skip to content

Commit

Permalink
Fix genomic interval input bug error
Browse files Browse the repository at this point in the history
  • Loading branch information
pbong committed Sep 4, 2023
1 parent 4c1e6cc commit 61f11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks/homepage/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def display_specific_analysis_page(nav_className, analysis_nav_id, analysis_layo
Output('input-error', 'style'),
Output('homepage-is-submitted', 'data'),
Output('homepage-genomic-intervals-submitted-input', 'data'),
Output('homepage-genomic-intervals-saved-input', 'data'),
Output('homepage-genomic-intervals-saved-input', 'data', allow_duplicate=True),
State('homepage-genomic-intervals', 'value'),
Expand Down

0 comments on commit 61f11e9

Please sign in to comment.