clean tag representation and filtering

This commit is contained in:
Lachlan Kermode
2019-02-14 14:27:36 +00:00
parent aba8537357
commit 4e9128476d
12 changed files with 224 additions and 225 deletions

View File

@@ -120,7 +120,7 @@ class Dashboard extends React.Component {
<Toolbar
isNarrative={!!app.narrative}
methods={{
onTagFilter: actions.updateTagFilters,
onTagFilter: actions.toggleTagFilter,
onCategoryFilter: actions.updateCategoryFilters,
onSelectNarrative: this.setNarrative
}}