[angular-18 | DONE | CHANGED]: natural-language-search.component.html: Added message on top of loading.

This commit is contained in:
Konstantina Galouni 2024-10-02 15:10:52 +03:00
parent ec2a7fbda1
commit b1fdcc494f
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
<ng-container *ngIf="queryPhrase">
<div *ngIf="showLoading">
<div class="uk-section">
<div class="uk-text-center uk-text-small uk-text-primary">Your query is being processed. This may take a while. Please wait.</div>
<loading></loading>
</div>
</div>