From fd499d0e49f859f03eba2b4c023a933b7aed4345 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Tue, 9 May 2023 19:22:20 -0700 Subject: [PATCH] Remove config :tails (#51) --- config/config.exs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/config.exs b/config/config.exs index bca1685..1b2a42f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -59,8 +59,3 @@ if config_env() == :test do AshAdmin.Test.Api ] end - -config :tails, - themes: %{ - default: %{} - }