From 00a0e73821211e384d1212e2c5931cee91e7734d Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sat, 14 Feb 2026 13:45:18 -0600 Subject: [PATCH] fix: only show Gaiia webhook config when Configure is clicked --- lib/towerops_web/live/org/settings_live.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/towerops_web/live/org/settings_live.html.heex b/lib/towerops_web/live/org/settings_live.html.heex index e9fc7db6..30c58fc2 100644 --- a/lib/towerops_web/live/org/settings_live.html.heex +++ b/lib/towerops_web/live/org/settings_live.html.heex @@ -1105,7 +1105,7 @@ <% end %> - <%= if provider.id == "gaiia" && @integrations["gaiia"] do %> + <%= if provider.id == "gaiia" && @integrations["gaiia"] && @configuring == "gaiia" do %>

Webhook Configuration