From 559f17f2709f1160732bbfc2a2cca2a894a426f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 25 Oct 2024 17:13:38 +0200 Subject: [PATCH] remove unused back_url parameter --- .../app/components/deploy_targets/row_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github_integration/app/components/deploy_targets/row_component.rb b/modules/github_integration/app/components/deploy_targets/row_component.rb index d7bc2ddcc8f0..8353d805cae8 100644 --- a/modules/github_integration/app/components/deploy_targets/row_component.rb +++ b/modules/github_integration/app/components/deploy_targets/row_component.rb @@ -46,7 +46,7 @@ def button_links def delete_link link_to I18n.t(:button_delete), - deploy_target_path(deploy_target, back_url: request.fullpath), + deploy_target_path(deploy_target), method: :delete, class: "icon icon-delete" end