mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-07 02:07:59 +00:00
Chore: resolve Angular NG01354 warnings (#14000)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
<input #inputField type="hidden" class="form-control small" [(ngModel)]="value" [disabled]="true">
|
||||
<input #inputField type="hidden" class="form-control small" [(ngModel)]="value" [ngModelOptions]="{standalone: true}" [disabled]="true">
|
||||
@if (hint) {
|
||||
<small class="form-text text-muted" [innerHTML]="hint"></small>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user