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",
|
"placeholder": "e.g. Jelly McJellyfish",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"required": true,
|
"required": true,
|
||||||
"small": true,
|
"small": "true",
|
||||||
"help": "Help me"
|
"help": "Help me"
|
||||||
},
|
},
|
||||||
"industry2": {
|
"industry2": {
|
||||||
"label": "Industry",
|
"label": "Industry",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"required": true,
|
"required": true,
|
||||||
"small": true,
|
"small": "true",
|
||||||
"options": ["Automotive", "Technology"]
|
"options": ["Automotive", "Technology"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user