mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-18 13:47:47 +02:00
[#2681] fixed collection index column sort normalization
This commit is contained in:
parent
87a6f1bebb
commit
0ba963a5d7
@ -1698,7 +1698,7 @@ export default class CommonHelper {
|
||||
}
|
||||
|
||||
if (col.sort) {
|
||||
item += (" " + c.sort.toUpperCase());
|
||||
item += (" " + col.sort.toUpperCase());
|
||||
}
|
||||
|
||||
return item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user