Merge pull request #3360 from dmitrylyzo/show-alphapicker

Show AlphaPicker if there is SortName
This commit is contained in:
Bill Thornton
2022-02-13 00:54:15 -05:00
committed by GitHub
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ import 'material-design-icons-iconfont';
this.value(query.NameStartsWith);
}
this.visible(query.SortBy.indexOf('SortName') === 0);
this.visible(query.SortBy.indexOf('SortName') !== -1);
}
visible(visible) {