From 295957c352a9e416c4ba43cb2fb81eaae2d62a69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yunus=20Alper=20G=C3=B6l?=
<62891039+yuiji@users.noreply.github.com>
Date: Mon, 15 Apr 2024 20:10:50 +0300
Subject: [PATCH] fix(stories): fix not working links in docs (#2559)
---
stories/props/date.mdx | 4 ++--
stories/props/onSelectSlot.mdx | 2 +-
stories/props/onSelecting.mdx | 2 +-
stories/props/selected.mdx | 2 +-
stories/props/view.mdx | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/stories/props/date.mdx b/stories/props/date.mdx
index f551d2feb..cfaf26bc7 100644
--- a/stories/props/date.mdx
+++ b/stories/props/date.mdx
@@ -5,13 +5,13 @@ import LinkTo from '@storybook/addon-links/react'
- type: `instanceOf(Date)`
- default: `new Date()`
-- controlled by: onNavigate
+- controlled by: onNavigate
The current date value of the calendar. Determines the visible view range.
If `date` is omitted then the result of getNow is used; otherwise the
current date is used.
-This is a controllable prop, when using onNavigate
+This is a controllable prop, when using onNavigate