Skip to content

Commit

Permalink
chore: update schema configs
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 27, 2022
1 parent c45fea6 commit 432a89f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formily/antd/src/schemas/FormLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const FormLayout: ISchema = {
},
layout: {
type: 'string',
enum: ['horizontal', 'vertical', 'inline', null],
enum: ['vertical', 'horizontal', 'inline', null],
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down
2 changes: 1 addition & 1 deletion formily/next/src/schemas/FormItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const FormItem: ISchema = {
},
layout: {
type: 'string',
enum: ['horizontal', 'vertical', 'inline', null],
enum: ['vertical', 'horizontal', 'inline', null],
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down
2 changes: 1 addition & 1 deletion formily/next/src/schemas/FormLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const FormLayout: ISchema = {
},
layout: {
type: 'string',
enum: ['horizontal', 'vertical', 'inline', null],
enum: ['vertical', 'horizontal', 'inline', null],
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down

0 comments on commit 432a89f

Please sign in to comment.