Skip to content

Commit

Permalink
fix: one-of dropdown not switching
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 5, 2018
1 parent bcf39dc commit 0f1b6a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Schema/OneOfSchema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export interface OneOfButtonProps {
idx: number;
schema: SchemaModel;
}

@observer
export class OneOfButton extends React.PureComponent<OneOfButtonProps> {
render() {
const { idx, schema, subSchema } = this.props;
Expand Down

0 comments on commit 0f1b6a6

Please sign in to comment.