Skip to content

Commit

Permalink
fix(antd/next): fix locales
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 26, 2021
1 parent a9de85a commit 0bcb178
Showing 1 changed file with 1 addition and 1 deletion.
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: ['vertical', 'horizontal', 'inline', null],
enum: ['horizontal', 'vertical', 'inline', null],
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down

0 comments on commit 0bcb178

Please sign in to comment.