Skip to content

Commit c41f08c

Browse files
committed
fix: test
1 parent a95a789 commit c41f08c

File tree

1 file changed

+1
-1
lines changed
  • packages/forest_admin_datasource_customizer/spec/lib/forest_admin_datasource_customizer/dsl/builders

1 file changed

+1
-1
lines changed

packages/forest_admin_datasource_customizer/spec/lib/forest_admin_datasource_customizer/dsl/builders/action_builder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module DSL
108108
field :country, type: :string, widget: 'Dropdown',
109109
options: [{ label: 'US', value: 'us' }]
110110

111-
section do
111+
page do
112112
field :address, type: :string
113113
field :city, type: :string
114114
end

0 commit comments

Comments
 (0)