1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

UI: Display "Loading messages" instead of "No results" while loading results

This commit is contained in:
Ralph Slooten
2023-09-26 16:51:30 +13:00
parent 628b7e7881
commit 42a1fe1510
3 changed files with 10 additions and 4 deletions

View File

@ -83,7 +83,7 @@ export default {
<div class="col-xl-10 col-md-9 mh-100 ps-0 ps-md-2 pe-0">
<div class="mh-100" style="overflow-y: auto;" id="message-page">
<ListMessages />
<ListMessages :loading-messages="loading" />
</div>
</div>
</div>