Sort tag list

pull/1/head
Leigh Morresi 4 years ago
parent a8ae9d54aa
commit 17701c5c72

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

Loading…
Cancel
Save