Remove unsafe limited distrubition setting

This commit is contained in:
KMY 2023-08-13 06:38:42 +09:00
parent a41ed4a26d
commit 3f211a654f

View file

@ -42,9 +42,6 @@
.fields-group
= ff.input :public_post_to_unlisted, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_public_post_to_unlisted'), hint: I18n.t('simple_form.hints.defaults.setting_public_post_to_unlisted')
.fields-group
= ff.input :unsafe_limited_distribution, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_unsafe_limited_distribution'), hint: I18n.t('simple_form.hints.defaults.setting_unsafe_limited_distribution')
.fields-group
= ff.input :default_sensitive, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_default_sensitive'), hint: I18n.t('simple_form.hints.defaults.setting_default_sensitive')