Skip to content

Commit d039301

Browse files
committed
Update docs for next release
1 parent 1ae9c90 commit d039301

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/src/tabs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ export class TabContent extends React.Component {
124124
});
125125
} catch (error) {
126126
// schema didn't validate
127-
if (this.state.schemaError !== true)
128-
this.setState({schemaError: true});
129-
127+
this.setState({schemaError: error.toString()});
130128
return;
131129
}
132130
}

docs/static/css/docs.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ button.rjf-add-button:hover {
667667
padding: 5px;
668668
padding-bottom: 10px;
669669
}
670+
.rjf-oneof-group-top-level > .rjf-oneof-selector {
671+
padding-left: 0;
672+
}
670673
.rjf-oneof-selector .rjf-oneof-selector-input {
671674

672675
}

docs/static/js/playground.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)