Skip to content

Commit

Permalink
BXC-4428 add continuous to view settings dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonluong committed Mar 6, 2024
1 parent 14dd769 commit 4ea23f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/templates/admin/viewSettingsForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<select id="view_settings_change">
<option value="individuals" <%= (metadata.view_settings === undefined || metadata.view_settings === 'individuals') ? "selected" : "" %>>Individuals</option>
<option value="paged" <%= (metadata.view_settings == 'paged') ? "selected" : "" %>>Paged</option>
<option value="continuous" <%= (metadata.view_settings == 'continuous') ? "selected" : "" %>>Continuous</option>
</select>
</div>

Expand Down

0 comments on commit 4ea23f2

Please sign in to comment.