Skip to content

Commit

Permalink
Merge pull request #1610 from BanShan-Alec/fix/schema-builder-Input-n…
Browse files Browse the repository at this point in the history
…o-found

fix: Input组件 Meta命名错误
  • Loading branch information
lhbxs authored Jan 16, 2025
2 parents cf72df3 + e121e53 commit 7eb9a6a
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 7eb9a6a

Please sign in to comment.