mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-04 21:28:34 +08:00
refactor: view collection float type field supports number and percent (#2653)
This commit is contained in:
parent
a484e891aa
commit
1b80930065
@ -22,7 +22,7 @@ export const number: IField = {
|
||||
},
|
||||
},
|
||||
},
|
||||
availableTypes: ['double'],
|
||||
availableTypes: ['double', 'float'],
|
||||
hasDefaultValue: true,
|
||||
properties: {
|
||||
...defaultProps,
|
||||
|
Loading…
Reference in New Issue
Block a user