Skip to content

Commit

Permalink
Merge pull request #1145 from NASA-IMPACT/1144-fix-url-page-filters
Browse files Browse the repository at this point in the history
Filters fixed
  • Loading branch information
CarsonDavis authored Dec 13, 2024
2 parents aef7cdb + 434c9b0 commit c316960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sde_indexing_helper/static/js/delta_url_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function initializeDataTable() {
},
},
initComplete: function (data) {
const addDropdownSelect = [1, 4, 5];
const addDropdownSelect = [1, 2, 4, 5];
const dict = {
1: "Images",
2: "Data",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 class="whiteText deltaTitle">
<option value="false">FALSE</option>
<option value="true">TRUE</option>
</select></td>
<td ><select class="dropdown-1 select-dropdown selectStyling"><option value="">SELECT</option>
<td ><select class="dropdown-2 select-dropdown selectStyling"><option value="">SELECT</option>
<option value="false">FALSE</option>
<option value="true">TRUE</option>
</select></td>
Expand Down

0 comments on commit c316960

Please sign in to comment.