Update internal notes order to display correctly
Adjust the sort order for internal notes to ensure proper display sequence.
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ async function main() {
|
||||
color: "#eab308",
|
||||
isActive: true,
|
||||
isSystem: false,
|
||||
sortOrder: 2,
|
||||
sortOrder: 8,
|
||||
},
|
||||
{
|
||||
slug: "calendar",
|
||||
|
||||
Reference in New Issue
Block a user