mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-15 11:09:24 +00:00
Provide group creation changeset errors as well to absinthe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1b0f59937d
commit
3c294b33a8
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ defmodule Mobilizon.GraphQL.Resolvers.Group do
|
|||
{:picture, {:error, :file_too_large}} ->
|
||||
{:error, dgettext("errors", "The provided picture is too heavy")}
|
||||
|
||||
{:error, err} when is_binary(err) ->
|
||||
{:error, err} ->
|
||||
{:error, err}
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue