Skip to content

Commit

Permalink
fix: add scrollable prop to TabBar
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Jul 7, 2021
1 parent 264cb7c commit d6d290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-workspace/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import React from 'react'

const Navigation = ({ dataSets, selected, onChange }) => (
<TabBar>
<TabBar scrollable>
{dataSets.map(dataSet => (
<Tab
key={dataSet.id}
Expand Down

0 comments on commit d6d290e

Please sign in to comment.