summaryrefslogtreecommitdiff
path: root/app/views/shared/integrations/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/integrations/edit.html.haml')
-rw-r--r--app/views/shared/integrations/edit.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/shared/integrations/edit.html.haml b/app/views/shared/integrations/edit.html.haml
index acb0c7ee52e..4ceaedc2a69 100644
--- a/app/views/shared/integrations/edit.html.haml
+++ b/app/views/shared/integrations/edit.html.haml
@@ -7,4 +7,7 @@
= @integration.title
= render 'shared/integrations/tabs', integration: @integration, active_tab: 'edit' do
- = render 'shared/integrations/form', integration: @integration
+ - if vue_integration_form_enabled?
+ = render 'shared/integration_settings', integration: @integration
+ - else
+ = render 'shared/integrations/form', integration: @integration