Skip to content

Commit

Permalink
Update docs for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Mar 22, 2023
1 parent 1ae9c90 commit d039301
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/src/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ export class TabContent extends React.Component {
});
} catch (error) {
// schema didn't validate
if (this.state.schemaError !== true)
this.setState({schemaError: true});

this.setState({schemaError: error.toString()});
return;
}
}
Expand Down
3 changes: 3 additions & 0 deletions docs/static/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@ button.rjf-add-button:hover {
padding: 5px;
padding-bottom: 10px;
}
.rjf-oneof-group-top-level > .rjf-oneof-selector {
padding-left: 0;
}
.rjf-oneof-selector .rjf-oneof-selector-input {

}
Expand Down
4 changes: 2 additions & 2 deletions docs/static/js/playground.js

Large diffs are not rendered by default.

0 comments on commit d039301

Please sign in to comment.