Frontend: Fix Photo.fileModels() #356
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
15a5fd3c37
commit
e4eb89fdc6
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ export class Photo extends RestModel {
|
|||
return 1;
|
||||
}
|
||||
|
||||
return a.localeCompare(b);
|
||||
return a.Name.localeCompare(b.Name);
|
||||
});
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue