We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b50337 commit 2991e46Copy full SHA for 2991e46
src/AppBar/AppBar.tsx
@@ -84,7 +84,8 @@ class ApplicationBar extends Component<IProps> {
84
</Paper>
85
}
86
</Grid>
87
- {this.props.uiSchema && this.props.uiSchema.appBar && this.props.uiSchema.appBar["ui:examplesDropdown"] &&
+ {this.props.uiSchema && this.props.uiSchema.appBar &&
88
+ this.props.uiSchema.appBar["ui:examplesDropdown"] &&
89
<ExampleDocumentsDropdown examples={examples} onChange={onExampleDocumentsDropdownChange} />
90
91
0 commit comments