diff --git a/lib/chiya/tags.ex b/lib/chiya/tags.ex index 1e69b28..045ed6a 100644 --- a/lib/chiya/tags.ex +++ b/lib/chiya/tags.ex @@ -34,7 +34,7 @@ defmodule Chiya.Tags do def list_tags do Tag |> with_preloads() - |> order_by(:title) + |> order_by(:name) |> Repo.all() end