FIX: Use correct copy for 'all categories' (#112)
The select-kit API has changed since this plugin's original implementation. `rootNoneLabel` and `rootNone` have been replaced with `none`
This commit is contained in:
+1
-3
@@ -57,10 +57,8 @@
|
||||
<td>
|
||||
{{category-chooser
|
||||
name="category"
|
||||
none="chat_integration.all_categories"
|
||||
value=model.rule.category_id
|
||||
rootNoneLabel="chat_integration.all_categories"
|
||||
rootNone=true
|
||||
overrideWidths=false
|
||||
}}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user