[#2681] fixed collection index column sort normalization

This commit is contained in:
Simon Loir
2023-06-10 22:30:32 +02:00
committed by GitHub
parent 87a6f1bebb
commit 0ba963a5d7
+1 -1
View File
@@ -1698,7 +1698,7 @@ export default class CommonHelper {
} }
if (col.sort) { if (col.sort) {
item += (" " + c.sort.toUpperCase()); item += (" " + col.sort.toUpperCase());
} }
return item; return item;