mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Change sample data set/search to one w/ results
This commit is contained in:
parent
f032a36e47
commit
af8480c389
@ -6,7 +6,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Title",
|
"label": "Title",
|
||||||
"placeholder": "e.g. Almond sales data",
|
"placeholder": "e.g. Shapes of Desert Plants",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"required": true,
|
"required": true,
|
||||||
"help": "Enter a concise title. You will be able to enter a more thorough description in the next step."
|
"help": "Enter a concise title. You will be able to enter a more thorough description in the next step."
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"label": "Description",
|
"label": "Description",
|
||||||
"help": "Add a thorough description with as much detail as possible.",
|
"help": "Add a thorough description with as much detail as possible.",
|
||||||
"placeholder": "e.g. Almond sales data ",
|
"placeholder": "e.g. Shapes of 23 common desert plants.",
|
||||||
"type": "textarea",
|
"type": "textarea",
|
||||||
"required": true,
|
"required": true,
|
||||||
"rows": 5
|
"rows": 5
|
||||||
|
@ -31,7 +31,7 @@ class Home extends Component<HomeProps, HomeState> {
|
|||||||
type="search"
|
type="search"
|
||||||
name="search"
|
name="search"
|
||||||
label="Search for data sets"
|
label="Search for data sets"
|
||||||
placeholder="e.g. almond sales data"
|
placeholder="e.g. shapes of plants"
|
||||||
value={this.state.search}
|
value={this.state.search}
|
||||||
onChange={this.inputChange}
|
onChange={this.inputChange}
|
||||||
group={
|
group={
|
||||||
|
Loading…
Reference in New Issue
Block a user