Skip to content

Commit

Permalink
UX: remove unsupported filterable attr from form template sample (#23535
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renato committed Sep 12, 2023
1 parent fd32ba2 commit 40ae643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -47,7 +47,6 @@ export const templateFormFields = [
"admin.form_templates.field_placeholders.none_label"
)}"
label: "${I18n.t("admin.form_templates.field_placeholders.label")}"
filterable: false
validations:
# ${I18n.t("admin.form_templates.field_placeholders.validations")}`,
},
Expand Down
1 change: 0 additions & 1 deletion spec/system/admin_customize_form_templates_spec.rb
Expand Up @@ -178,7 +178,6 @@ def quick_insertion_test(field_type, content)
attributes:
none_label: "Select an item"
label: "Enter label here"
filterable: false
validations:
# enter validations here',
)
Expand Down

0 comments on commit 40ae643

Please sign in to comment.