Skip to content

Commit b370be3

Browse files
committed
fix the spec
1 parent a7122da commit b370be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/discourse/app/components/future-date-input.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class FutureDateInput extends Component {
8888
return {
8989
id: s.id,
9090
name: i18n(s.label),
91-
time: s.time,
91+
time: s.timeFn?.(),
9292
timeFormatted: formatTime(s),
9393
icon: s.icon,
9494
};

0 commit comments

Comments
 (0)