Skip to content

Commit

Permalink
Fixes tag list editing mode (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored Feb 24, 2020
1 parent 78a057a commit 3a4fadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/editable-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@ export class EditableList extends Component<Props> {
}

const mapStateToProps: S.MapState<StateProps> = ({
appState: { editingTags, tags },
appState: { tags },
settings: { sortTagsAlpha },
ui: { editingTags },
}) => ({
editing: editingTags,
items: tags,
Expand Down

0 comments on commit 3a4fadd

Please sign in to comment.