Merge pull request #5319 from sbwalker/dev

improve comment
This commit is contained in:
Shaun Walker 2025-05-16 11:53:17 -04:00 committed by GitHub
commit ca9aba7b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ namespace Oqtane.Models
public string Path { get; set; }
/// <summary>
/// Sorting order of the folder
/// Sorting order of the folder ** not used as folders are sorted in alphabetical order **
/// </summary>
public int Order { get; set; }