mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Fix biginteger type
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
024c47177a
commit
5f43f72119
@ -15,6 +15,8 @@ const getInputType = (type = '') => {
|
||||
switch (toLower(type)) {
|
||||
case 'boolean':
|
||||
return 'bool';
|
||||
case 'biginteger':
|
||||
return 'text';
|
||||
case 'decimal':
|
||||
case 'float':
|
||||
case 'integer':
|
||||
|
Loading…
x
Reference in New Issue
Block a user