From 617ef5b51862e37c6af764990ad597f8a1d06470 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Thu, 13 Jul 2023 12:37:19 +0200 Subject: [PATCH] fix --- app/views/admin/communication/websites/_form.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/communication/websites/_form.html.erb b/app/views/admin/communication/websites/_form.html.erb index 770ff94a0..8f5687925 100644 --- a/app/views/admin/communication/websites/_form.html.erb +++ b/app/views/admin/communication/websites/_form.html.erb @@ -36,6 +36,7 @@ autocomplete: 'access_token', role: 'presentation' } + value: '' %> <%= f.input :repository %> <%= f.input :git_branch %> -- GitLab