Merge pull request #9116 from vvlladd28/bug/entity-search/close-panel

Remove close search fields in entities table when empty
This commit is contained in:
Igor Kulikov 2023-08-25 12:09:26 +03:00 committed by GitHub
commit 6eb01ac716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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});
}