Message bei leerer suche

This commit is contained in:
Lorenz Hilpert
2023-07-28 18:06:15 +02:00
parent 14199391e0
commit f1fc1d17a5
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
[inputGroup]="filter?.input | group: 'main'"
(search)="search(filter)"
[loading]="fetching$ | async"
[hint]="message$ | async"
></shared-filter-input-group-main>
<a
*ngIf="filterRoute$ | async; let filterRoute"

View File

@@ -44,6 +44,8 @@ export class CustomerMainViewComponent {
fetching$ = this._store.fetchingCustomerList$;
message$ = this._store.message$;
constructor(
private _createNavigation: CustomerCreateNavigation,
private _searchNavigation: CustomerSearchNavigation,