Skip to content

Commit 17b6044

Browse files
authored
Remove bug from date-input.hbs (#963)
1 parent a27b6ec commit 17b6044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/input/date-input.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<input
1313
{{pikaday
1414
value=@dateValue
15-
onSelect=onPikadaySelection
15+
onSelect=(action 'onPikadaySelection')
1616
format=this.pikadayFormat
1717
yearRange=@yearRange
1818
i18n=this.pikadayI18n
@@ -24,4 +24,4 @@
2424
autocomplete='off'
2525
class={{@inputClass}}
2626
/>
27-
{{/if}}
27+
{{/if}}

0 commit comments

Comments
 (0)