Browse Source
Merge pull request #9116 from vvlladd28/bug/entity-search/close-panel
Remove close search fields in entities table when empty
pull/8767/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/entity/entities-table.component.ts
|
|
|
@ -347,7 +347,6 @@ export class EntitiesTableComponent extends PageComponent implements IEntitiesTa |
|
|
|
this.pageLink.textSearch = decodedTextSearch.trim(); |
|
|
|
this.textSearch.setValue(decodedTextSearch, {emitEvent: false}); |
|
|
|
} else { |
|
|
|
this.textSearchMode = false; |
|
|
|
this.pageLink.textSearch = null; |
|
|
|
this.textSearch.reset('', {emitEvent: false}); |
|
|
|
} |
|
|
|
|