DEV: Avoid using the old action helper (#26935)

This commit is contained in:
Jarek Radosz
2024-05-08 20:26:48 +02:00
committed by GitHub
parent 1b80ee9eb7
commit e579cfc08f
9 changed files with 14 additions and 15 deletions

View File

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