Merge branch 'bugfix/storybook-fixes' of github.com:ONLYOFFICE/DocSpace into bugfix/storybook-fixes

This commit is contained in:
Ilya Oleshko 2023-04-25 18:56:45 +03:00
commit bec14c23a7

View File

@ -457,9 +457,7 @@ const Template = (args) => (
minDate={new Date("1970/01/01")}
maxDate={new Date("3000/01/01")}
locale="ru"
setSelectedDate={(date) => {
console.log(date);
}}
setSelectedDate={(date) => {}}
/>
</div>
</div>