mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 18:12:44 +03:00
parent
00d39c5c13
commit
d879ef8458
@ -75,7 +75,7 @@ defmodule PlausibleWeb.SiteController do
|
||||
|> put_flash(:success, "Goal created succesfully")
|
||||
|> redirect(to: "/#{URI.encode_www_form(site.domain)}/settings/goals")
|
||||
|
||||
{:error, :goal, changeset, _} ->
|
||||
{:error, changeset} ->
|
||||
conn
|
||||
|> assign(:skip_plausible_tracking, true)
|
||||
|> render("new_goal.html",
|
||||
|
Loading…
Reference in New Issue
Block a user