Skip to content

Commit

Permalink
Rename callback function for disabling button in lift ove
Browse files Browse the repository at this point in the history
  • Loading branch information
pbong committed Sep 4, 2023
1 parent 849e09c commit 5a7e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks/lift_over/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def display_lift_over_output(lift_over_is_submitted):
Input('lift-over-results-table', 'data'),
Input('lift-over-results-statistics', 'children')
)
def disable_text_mining_button_upon_run(n_clicks, *_):
def disable_lift_over_button_upon_run(n_clicks, *_):
return ctx.triggered_id == 'lift-over-submit' and n_clicks > 0

@app.callback(
Expand Down

0 comments on commit 5a7e8f6

Please sign in to comment.