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:
David Taylor 2022-03-15 00:00:29 +00:00 committed by GitHub
parent 359d6f6be8
commit 55f9b7873b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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>