We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shortcuts
1 parent 1316205 commit 77fb990Copy full SHA for 77fb990
src/components/Shortcuts.tsx
@@ -18,7 +18,6 @@ const ItemTemplate = React.memo((props: ItemTemplateProps) => {
18
primaryColor,
19
period,
20
changePeriod,
21
- changeInputText,
22
updateFirstDate,
23
dayHover,
24
changeDayHover,
@@ -44,7 +43,6 @@ const ItemTemplate = React.memo((props: ItemTemplateProps) => {
44
43
end: null
45
});
46
}
47
- changeInputText(`${item.start} ~ ${item.end}`);
48
changePeriod(item);
49
changeDatepickerValue({
50
startDate: item.start,
@@ -56,7 +54,6 @@ const ItemTemplate = React.memo((props: ItemTemplateProps) => {
56
54
[
57
55
changeDatepickerValue,
58
59
60
61
62
hideDatepicker,
0 commit comments