#4245 Wannernummer-Prüfung - Leerzeichen entfernen

(cherry picked from commit 15c50779b4)
This commit is contained in:
Lorenz Hilpert
2023-08-03 17:05:45 +02:00
parent 1d865c47d7
commit 08e95cec55

View File

@@ -60,6 +60,8 @@ export class FinishShippingDocumentComponent implements OnInit, OnDestroy {
}
search(query: string) {
query = query?.trim();
this.hint$.next('');
if (!query) {
this.hint$.next('Ungültige Eingabe');