mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-09 21:45:11 +00:00
All these loading ones
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
<label class="form-check-label w-100 text-start" for="useArchiveVersion" i18n>Use archive version</label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-outline-primary" (click)="emailDocuments()" [disabled]="loading || emailAddress.length === 0 || emailMessage.length === 0 || emailSubject.length === 0">
|
||||
@if (loading) {
|
||||
@if (loading()) {
|
||||
<div class="spinner-border spinner-border-sm me-2" role="status"></div>
|
||||
}
|
||||
<ng-container i18n>Send email</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user