fix: only show Gaiia webhook config when Configure is clicked
This commit is contained in:
parent
392b1e135c
commit
00a0e73821
1 changed files with 1 additions and 1 deletions
|
|
@ -1105,7 +1105,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= if provider.id == "gaiia" && @integrations["gaiia"] do %>
|
||||
<%= if provider.id == "gaiia" && @integrations["gaiia"] && @configuring == "gaiia" do %>
|
||||
<div class="mt-6 border-t border-gray-200 pt-6 dark:border-white/10">
|
||||
<h4 class="text-sm font-semibold text-gray-900 dark:text-white">
|
||||
Webhook Configuration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue