From 383a67ef094d8028f01b7ecd443c409b7adfb243 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 5 Mar 2025 02:34:32 +0000 Subject: [PATCH] fix(portal): Use `href` when navigating out of liveview (#8363) Not a major issue, but LiveView emits a warning for these that cause monitoring noise. --- .../web/lib/web/components/form_components.ex | 20 +++++++++++++++++-- .../google_workspace/show.ex | 2 +- .../identity_providers/jumpcloud/show.ex | 2 +- .../microsoft_entra/show.ex | 4 +--- .../settings/identity_providers/okta/show.ex | 2 +- .../identity_providers/openid_connect/show.ex | 4 +--- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/elixir/apps/web/lib/web/components/form_components.ex b/elixir/apps/web/lib/web/components/form_components.ex index 27bf07047..f9794cf57 100644 --- a/elixir/apps/web/lib/web/components/form_components.ex +++ b/elixir/apps/web/lib/web/components/form_components.ex @@ -475,7 +475,7 @@ defmodule Web.FormComponents do @doc """ Base button type to be used directly or by the specialized button types above. e.g. edit_button, delete_button, etc. - If a navigate path is provided, an tag will be used, otherwise a