Skip to content
Snippets Groups Projects
Commit 6b4719fb authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by Elmar Ludwig
Browse files

Resolve "OER Campus: TypeError: results is null"

parent b66896cd
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@
</div>
<div v-if="results !== false && results.length === 0" class="oer_no_results">
<div v-if="results && results.length === 0" class="oer_no_results">
<?= MessageBox::info(_('Keine Ergebnisse gefunden.'))?>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment