Skip to content

Commit

Permalink
fix extra vertical scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Jul 17, 2020
1 parent fe8b932 commit 30d9093
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const DataViewer = ({ vegaAdapter }: DataViewerProps) => {
}))}
onChange={onViewChange}
isClearable={false}
fullWidth={true}
singleSelection={{ asPlainText: true }}
selectedOptions={[{ label: selectedView.id }]}
/>
Expand Down

0 comments on commit 30d9093

Please sign in to comment.