mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#4245 Wannernummer-Prüfung - Leerzeichen entfernen
(cherry picked from commit 15c50779b4)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user