mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-10 14:05:10 +00:00
Fix logs loading
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</a>
|
||||
</li>
|
||||
}
|
||||
@if (loading || !logFiles().length) {
|
||||
@if (loading() || !logFiles().length) {
|
||||
<div class="ps-2 d-flex align-items-center">
|
||||
<div class="spinner-border spinner-border-sm me-2" role="status"></div>
|
||||
@if (!logFiles().length) {
|
||||
|
||||
Reference in New Issue
Block a user