Clean up auto tagging

This commit is contained in:
2023-05-06 20:27:11 +10:00
parent 9f8359d782
commit 0c74055e27
7 changed files with 52 additions and 11 deletions

View File

@@ -8,6 +8,10 @@ module Admin
expose :tags do
tag_repo.list.to_a
end
expose :errors do |errors:|
errors.empty? ? nil : errors.to_h
end
end
end
end