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