Commit 52a9e2a
committed
🐛 fix(checkpoint): prevent runtime error when moving end before start
remove unnecessary adjustComplimentDateIfNeeded, preferring to do this logic on the onSelect handlers1 parent 69fd997 commit 52a9e2a
File tree
2 files changed
+19
-37
lines changed- packages/web/src/views/Forms/EventForm/DateTimeSection
- DatePickers
2 files changed
+19
-37
lines changedLines changed: 15 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 49 | | |
77 | 50 | | |
78 | 51 | | |
| |||
150 | 123 | | |
151 | 124 | | |
152 | 125 | | |
153 | | - | |
154 | | - | |
| 126 | + | |
155 | 127 | | |
156 | | - | |
| 128 | + | |
| 129 | + | |
157 | 130 | | |
158 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
159 | 135 | | |
160 | 136 | | |
161 | 137 | | |
| |||
167 | 143 | | |
168 | 144 | | |
169 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
170 | 155 | | |
171 | | - | |
172 | 156 | | |
173 | 157 | | |
174 | 158 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
26 | 24 | | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
0 commit comments