Skip to content

Commit

Permalink
Project Builder: update thumbnails option for Survey Task
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed Sep 19, 2024
1 parent 8036774 commit c7974f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/classifier/tasks/survey/editor.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,7 @@ module.exports = createReactClass
</label>
<p>
<small>
<strong>Default</strong> - will show thumbnails as small, medium, large, or not at all (when choices > 30) based on the number of choices shown. Note that volunteer-selected filters change the number of choices shown.
</small>
</p>
<p>
<small>
<strong>Show Small</strong> - will always show thumbnails as small, regardless of the number of choices shown.
<strong>Default</strong> - thumbnails will show when there are 30 choices or less, otherwise no thumbnails will be shown.
</small>
</p>
<p>
Expand All @@ -331,7 +326,6 @@ module.exports = createReactClass
>
<option value="default">Default</option>
<option value="hide">Hide</option>
<option value="show">Show</option>
</select>
</AutoSave>
</div>
Expand Down

0 comments on commit c7974f5

Please sign in to comment.