mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
DEV: Avoid using the old action helper (#26935)
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
@minDate={{this.minDate}}
|
||||
@timeFormat={{this.timeFormat}}
|
||||
@dateFormat={{this.dateFormat}}
|
||||
@onChangeDate={{action this.changeDate}}
|
||||
@onChangeTime={{action this.changeTime}}
|
||||
@onChangeDate={{this.changeDate}}
|
||||
@onChangeTime={{this.changeTime}}
|
||||
/>
|
||||
</Styleguide::Component>
|
||||
|
||||
|
Reference in New Issue
Block a user