synced with master

This commit is contained in:
Gani Georgiev
2023-06-10 23:43:09 +03:00
33 changed files with 262 additions and 256 deletions
+1 -1
View File
@@ -1698,7 +1698,7 @@ export default class CommonHelper {
}
if (col.sort) {
item += (" " + c.sort.toUpperCase());
item += (" " + col.sort.toUpperCase());
}
return item;