mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
small to string
This commit is contained in:
parent
4d2a691a9b
commit
461d72a0dd
@ -50,14 +50,14 @@
|
||||
"placeholder": "e.g. Jelly McJellyfish",
|
||||
"type": "text",
|
||||
"required": true,
|
||||
"small": true,
|
||||
"small": "true",
|
||||
"help": "Help me"
|
||||
},
|
||||
"industry2": {
|
||||
"label": "Industry",
|
||||
"type": "select",
|
||||
"required": true,
|
||||
"small": true,
|
||||
"small": "true",
|
||||
"options": ["Automotive", "Technology"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user