mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
change default type placeholder from 'text' to type (fix 2394) (#2458)
This commit is contained in:
parent
9a6e9dfad5
commit
63ad2c4fc5
@ -37,7 +37,7 @@ export const getPlaceholder = type => {
|
||||
case BOOLEAN:
|
||||
return '';
|
||||
default:
|
||||
return 'text';
|
||||
return type;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user