We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6587c commit e341c6fCopy full SHA for e341c6f
src/problems-by-company/company.html
@@ -13,7 +13,7 @@
13
<input type="text" id="companySearch" list="companyList" placeholder="Search for a company">
14
<datalist id="companyList"></datalist>
15
<select id="dateSelect">
16
- <option value="freq_6months">6 months</option>
+ <option value="freq_6month">6 months</option>
17
<option value="freq_1year">1 year</option>
18
<option value="freq_2year">2 years</option>
19
<option value="freq_alltime">All time</option>
0 commit comments