Skip to content

Commit

Permalink
fix: Fixed bad reference property (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Dec 15, 2021
1 parent 1ecca35 commit 6d95345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/components/slider.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
},
"style": {
"$refs": "defs/sliderStyle.schema.json"
"$ref": "defs/sliderStyle.schema.json"
},
"autofocus": {
"description": "Whether the slider should be focused initially.",
Expand Down Expand Up @@ -59,4 +59,4 @@
"type"
],
"additionalProperties": false
}
}

0 comments on commit 6d95345

Please sign in to comment.