DEV: Use fn+mut instead of action+mut (#26057)

One step closer to removing all `action` helper usage
This commit is contained in:
Jarek Radosz
2024-03-06 18:05:03 +01:00
committed by GitHub
parent ac083ffca6
commit 11067c73d0
61 changed files with 111 additions and 117 deletions

View File

@ -83,7 +83,7 @@
@name="icon"
@value={{this.icon}}
@options={{hash maximum=1}}
@onChange={{action (mut this.icon)}}
@onChange={{fn (mut this.icon)}}
/>
</Styleguide::Controls::Row>
<Styleguide::Controls::Row @name="With an action">