Skip to content

Commit f519bd2

Browse files
committed
fix: fix internal selector used to reset schema form
1 parent 6e4dd56 commit f519bd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs-site/src/components/schema-form/component-explorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class ComponentExplorer extends withContext(withLitHtml()) {
118118

119119
rendered(){
120120
super.rendered && super.rendered();
121-
this.schemaForm = this.querySelector('schema-form');
121+
this.schemaForm = this.querySelector('bolt-schema-form');
122122
}
123123

124124
render() {

docs-site/src/components/schema-form/component-explorer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ $bolt-input-transition: $bolt-transition;
4141

4242

4343
bolt-component-explorer {
44+
@include bolt-margin-bottom(medium);
4445
display: block;
4546
}
4647

0 commit comments

Comments
 (0)