Skip to content

Commit

Permalink
bring back fix for filtering options disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Apr 19, 2023
1 parent 294b3c4 commit 8590640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/dataset-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Cite dataset</h3>
</div>
</span>
<span v-else>
<span v-if="!sortedSubdatasets || !sortedSubdatasets.length"><em>There are no subdatasets listed for the current dataset</em></span>
<span v-if="!subdatasets || !subdatasets.length"><em>There are no subdatasets listed for the current dataset</em></span>
<span v-else>
<b-form>
<b-row>
Expand Down

0 comments on commit 8590640

Please sign in to comment.