mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Fix network flag
This commit is contained in:
parent
894bf100d2
commit
49500aecd6
5 changed files with 19 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div v-if="networkConnected" class="w-full text-center py-6">
|
||||
<div v-if="!networkConnected" class="w-full text-center py-6">
|
||||
<p class="text-lg text-error">No network connection</p>
|
||||
</div>
|
||||
<div v-else class="w-full mx-auto pb-2 search-results-container overflow-y-auto overflow-x-hidden">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue