Skip to content

Commit b6099a7

Browse files
committed
fix: update argument name
1 parent 5a568e2 commit b6099a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/functions/internal_functions/date/InternalModuleDate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class InternalModuleDate extends InternalModule {
9191

9292
generate_date_picker(): (
9393
title: string,
94-
placeholder: string,
94+
format: string,
9595
throw_on_cancel: boolean,
9696
) => Promise<string> {
9797
return async (

0 commit comments

Comments
 (0)