Skip to content

Commit d9eb551

Browse files
committed
select all time by default
1 parent e341c6f commit d9eb551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems-by-company/company.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<option value="freq_6month">6 months</option>
1717
<option value="freq_1year">1 year</option>
1818
<option value="freq_2year">2 years</option>
19-
<option value="freq_alltime">All time</option>
19+
<option selected value="freq_alltime">All time</option>
2020
</select>
2121
</div>
2222
<h1 id="title">Amazon</h1>

0 commit comments

Comments
 (0)