mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:07:43 +08:00
DEV: Avoid using the old action helper (#26935)
This commit is contained in:
@ -58,7 +58,7 @@
|
||||
</label>
|
||||
<CategoryChooser
|
||||
@value={{this.categoryId}}
|
||||
@onChange={{action this.onCategoryChange}}
|
||||
@onChange={{this.onCategoryChange}}
|
||||
@options={{hash
|
||||
formName="chatable_id"
|
||||
none="chat.create_channel.choose_category.none"
|
||||
|
Reference in New Issue
Block a user