Skip to content

Commit

Permalink
fix: another missing state
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Nov 7, 2023
1 parent 3b91e8e commit f4bbc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/categoryFilter.js
Expand Up @@ -8,7 +8,7 @@ define('categoryFilter', ['categorySearch', 'api', 'hooks'], function (categoryS
return;
}
options = options || {};
options.states = options.states || ['watching', 'notwatching', 'ignoring'];
options.states = options.states || ['watching', 'tracking', 'notwatching', 'ignoring'];
options.template = options.template || 'partials/category/filter-dropdown-left';

hooks.fire('action:category.filter.options', { el: el, options: options });
Expand Down

0 comments on commit f4bbc5b

Please sign in to comment.