hotfix instanceLog css #1269

Merged
alexandre merged 4 commits from hotfix-instance-log-css into test 2023-01-25 09:18:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6c435e095f - Show all commits

View File

@ -157,7 +157,7 @@ class Controller extends Section {
* Apply order to model
*/
applyOrder() {
if (this.typeId || this.tagGroups.length > 0)
if (this.typeId || this.tagGroups.length > 0 || this.itemName)
this.$.model.addFilter(null, {orderBy: this.getOrderBy()});
}