Ability to toggle categories on / off on timeline

This commit is contained in:
efarooqui
2020-10-12 16:33:19 -07:00
parent cde94262be
commit b8b7c712de
2 changed files with 6 additions and 7 deletions

View File

@@ -342,7 +342,7 @@ class Timeline extends React.Component {
onDragStart={() => { this.onDragStart() }}
onDrag={() => { this.onDrag() }}
onDragEnd={() => { this.onDragEnd() }}
categories={this.props.domain.categories}
categories={this.props.app.activeCategories}
features={this.props.features}
/>
<Handles