Sort tag list

This commit is contained in:
Leigh Morresi
2021-01-30 12:44:36 +01:00
parent a8ae9d54aa
commit 17701c5c72

View File

@@ -76,7 +76,7 @@ class ChangeDetectionStore:
if not tag in tags: if not tag in tags:
tags.append(tag) tags.append(tag)
tags.sort()
return tags return tags
def delete(self, uuid): def delete(self, uuid):