mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-30 23:08:59 -06:00
Fix: fix saved views triggering changeafterchecked warning
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</li>
|
||||
}
|
||||
|
||||
@if (!savedViews) {
|
||||
@if (loading) {
|
||||
<li class="list-group-item">
|
||||
<div class="spinner-border spinner-border-sm fw-normal ms-2 me-auto" role="status"></div>
|
||||
<div class="visually-hidden" i18n>Loading...</div>
|
||||
|
||||
Reference in New Issue
Block a user