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:
parent
359d6f6be8
commit
55f9b7873b
|
@ -57,10 +57,8 @@
|
||||||
<td>
|
<td>
|
||||||
{{category-chooser
|
{{category-chooser
|
||||||
name="category"
|
name="category"
|
||||||
|
none="chat_integration.all_categories"
|
||||||
value=model.rule.category_id
|
value=model.rule.category_id
|
||||||
rootNoneLabel="chat_integration.all_categories"
|
|
||||||
rootNone=true
|
|
||||||
overrideWidths=false
|
|
||||||
}}
|
}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue