Skip to content

Commit 0feb44e

Browse files
committed
Fix default results table
1 parent 1859364 commit 0feb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_results_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def generate_select_options(options, selected_value):
507507
<div id="modelvssubmissionchartContainer" class="bgtext" style="height:370px; width:80%; margin:auto;"></div>
508508
"""
509509

510-
html += generate_html_form(categories, divisions)
510+
html += generate_html_form(categories, divisions, category, division)
511511

512512

513513
extra_scripts = """

0 commit comments

Comments
 (0)