Sort tag list

This commit is contained in:
Leigh Morresi
2021-01-30 12:44:36 +01:00
parent a8ae9d54aa
commit 17701c5c72
+1 -1
View File
@@ -76,7 +76,7 @@ class ChangeDetectionStore:
if not tag in tags:
tags.append(tag)
tags.sort()
return tags
def delete(self, uuid):