Commit 04e3eaf
committed
fix(web): Someday event validation error when creating using w key shortcut
issue was because we were using YEAR_MONTH_FORMAT which is 'YYYY-MM', meaning an incorrect date format was being passed to zod and that was triggering the error.
Doing a few smoke tests and no issue after changing to YEAR_MONTH_DAY_FORMAT, hopefully it stays like that1 parent 90157cf commit 04e3eaf
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments