mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: another missing state
This commit is contained in:
		| @@ -8,7 +8,7 @@ define('categoryFilter', ['categorySearch', 'api', 'hooks'], function (categoryS | |||||||
| 			return; | 			return; | ||||||
| 		} | 		} | ||||||
| 		options = options || {}; | 		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'; | 		options.template = options.template || 'partials/category/filter-dropdown-left'; | ||||||
|  |  | ||||||
| 		hooks.fire('action:category.filter.options', { el: el, options: options }); | 		hooks.fire('action:category.filter.options', { el: el, options: options }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user