Commit fc4ba36
committed
Fix FormLabel import error in switch-custom component
- Change FormLabel and FormMessage from type-only imports to actual imports
- This fixes the 'Can't find variable: FormLabel' runtime error
- Components need to be imported as actual values, not just types1 parent 1b6dc5a commit fc4ba36
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments