Skip to content

Commit

Permalink
docs: updatein input-fields.mdx code sample (#2613)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gacek <[email protected]>
  • Loading branch information
pkgacek authored Dec 4, 2024
1 parent 661c585 commit fd6975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/input-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function Input() {
mode="single"
selected={selectedDate}
onSelect={handleDayPickerSelect}
footer={`Selected: ${selectedDate?.toDateString()`}
footer={`Selected: ${selectedDate?.toDateString()}`}
/>
</div>
);
Expand Down

0 comments on commit fd6975d

Please sign in to comment.