This commit is contained in:
Bastian Wagner
2026-06-15 11:05:16 +02:00
parent fd7245f1fb
commit b5d5378fc9
15 changed files with 547 additions and 13 deletions

View File

@@ -259,7 +259,7 @@
<button
mat-stroked-button
type="button"
[disabled]="loadingSuggestions()"
[disabled]="loadingSuggestions() || !onlineStatus.online()"
(click)="loadSuggestions()"
>
@if (loadingSuggestions()) {