Skip to content

Commit

Permalink
fix: config form number type
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Dec 20, 2024
1 parent b2ec99f commit 3c5214e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_APP_LOGIN_BG=https://fastly.jsdelivr.net/gh/mx-space/docs-images@master/images/chichi-1.jpeg
VITE_APP_BASE_API=http://localhost:2333
1 change: 1 addition & 0 deletions src/components/config-form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ const ScheamFormItem = defineComponent({
)
}

case 'number':
case 'integer': {
return (
<NInputNumber
Expand Down

0 comments on commit 3c5214e

Please sign in to comment.