Skip to content

Commit

Permalink
fix: Input组件 Meta命名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
BanShan-Alec authored Jan 9, 2025
1 parent b1087ac commit e121e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/schema-builder/src/settings/meta/input.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createMeta, inputPropsBasic } from '../utils';

export default createMeta('Inputx', {
export default createMeta('Input', {
title: '单行文本',
priority: 1000,
props: [
Expand Down

0 comments on commit e121e53

Please sign in to comment.