mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-25 09:21:11 +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…
Reference in New Issue
Block a user