search fetch error message, just to close the issue

This commit is contained in:
Kevin Ngo
2018-10-25 08:28:11 -07:00
parent aa87c37eb3
commit 48c0bb555f
3 changed files with 19 additions and 1 deletions

View File

@@ -229,6 +229,13 @@
bind-toggle__raycastable="menuActive && !!menuSelectedChallenge.id"
bind__visible="menuActive && !!menuSelectedChallenge.id"></a-plane>
</a-entity>
<a-entity
id="searchError"
bind__visible="search.hasError"
mixin="textFont"
text="align: center; value: Sorry, there was an issue fetching search results. Please try again."
position="0 0 0.01"></a-entity>
</a-entity>
<a-entity