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

@ -74,8 +74,8 @@
@minDate={{this.minDate}}
@timeFormat={{this.timeFormat}}
@dateFormat={{this.dateFormat}}
@onChangeDate={{action this.changeSelectedDate}}
@onChangeTime={{action this.changeSelectedTime}}
@onChangeDate={{this.changeSelectedDate}}
@onChangeTime={{this.changeSelectedTime}}
/>
</div>