mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 23:50:47 +02:00
[#2681] fixed collection index column sort normalization
This commit is contained in:
@@ -1698,7 +1698,7 @@ export default class CommonHelper {
|
||||
}
|
||||
|
||||
if (col.sort) {
|
||||
item += (" " + c.sort.toUpperCase());
|
||||
item += (" " + col.sort.toUpperCase());
|
||||
}
|
||||
|
||||
return item;
|
||||
|
||||
Reference in New Issue
Block a user