mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-18 12:30:49 +02:00
synced with master
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