Skip to content

Commit

Permalink
Update init-alpine.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cshcwu authored Feb 23, 2024
1 parent fe4f3bc commit 7771566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/public/assets/js/init-alpine.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function data() {
this.clear_charts();
return;
}
if (query_result_resp.query_result['all'] <= 20) {
if (query_result_resp.query_result['all'] <= 10) { // todo: change to env var
this.running_status = 'The patient count is too low, please try another query.';
this.reset_results();
this.clear_charts();
Expand Down

0 comments on commit 7771566

Please sign in to comment.