Commit c690c94
fix(web): resolve type errors in contact filters and hooks
- Fix Select onValueChange type to accept string | null
- Remove unsupported type prop from Base UI ToggleGroup
- Fix CursorMeta import to avoid barrel export conflict
Generated with oh-my-agent
Co-Authored-By: First Fluke <our.first.fluke@gmail.com>1 parent 7806037 commit c690c94
File tree
2 files changed
+3
-3
lines changed- apps/web/src/app/(main)/contacts
- _components
- _hooks
2 files changed
+3
-3
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments