Merge pull request 'devel' (#122) from devel into main

Reviewed-on: #122
This commit is contained in:
inhji 2023-06-11 10:10:58 +02:00
commit 51708bdccf

View file

@ -34,7 +34,7 @@ defmodule Chiya.Tags do
def list_tags do def list_tags do
Tag Tag
|> with_preloads() |> with_preloads()
|> order_by(:title) |> order_by(:name)
|> Repo.all() |> Repo.all()
end end