From a3c3db5434c921fd4b41e076158a6ba8bf16afd2 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Mon, 4 Nov 2024 15:58:30 +0100 Subject: [PATCH] fix(outdated code) Remove useless class --- .../editable_champ/rnf_component/rnf_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/editable_champ/rnf_component/rnf_component.html.haml b/app/components/editable_champ/rnf_component/rnf_component.html.haml index 1a1ef7977..ea5da960c 100644 --- a/app/components/editable_champ/rnf_component/rnf_component.html.haml +++ b/app/components/editable_champ/rnf_component/rnf_component.html.haml @@ -1,4 +1,4 @@ -= @form.text_field :external_id, input_opts(id: @champ.input_id, required: @champ.required?, class: "width-33-desktop fr-input small-margin", aria: { describedby: @champ.describedby_id }) += @form.text_field :external_id, input_opts(id: @champ.input_id, required: @champ.required?, class: "width-33-desktop fr-input", aria: { describedby: @champ.describedby_id }) .rnf-info{ id: dom_id(@champ, :rnf_info), role: 'status' } - if @champ.fetch_external_data_error?