Fix other setting page haml error

This commit is contained in:
KMY 2023-08-15 18:48:53 +09:00
parent 4ef0b00870
commit 43d7fa04f6

View file

@ -69,6 +69,3 @@
.actions
= f.button :button, t('generic.save_changes'), type: :submit
.fields-group
= ff.input :show_application, wrapper: :with_label, recommended: true, label: I18n.t('simple_form.labels.defaults.setting_show_application'), hint: I18n.t('simple_form.hints.defaults.setting_show_application')