« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/group.js')
-rw-r--r--src/data/things/group.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/things/group.js b/src/data/things/group.js
index a32cd64d..462c928a 100644
--- a/src/data/things/group.js
+++ b/src/data/things/group.js
@@ -143,6 +143,10 @@ export class Group extends Thing {
 
       return {groupData, groupCategoryData};
     },
+
+    // Groups aren't sorted at all, always preserving the order in the data
+    // file as-is.
+    sort: null,
   });
 }