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