Skip to content

Commit 2cd68e4

Browse files
authored
Form Changes (#50)
* shadcn add field * initial nestedobject support on forms * wip * Nested Object forms should work
1 parent f78a108 commit 2cd68e4

9 files changed

Lines changed: 798 additions & 271 deletions

File tree

package-lock.json

Lines changed: 96 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@radix-ui/react-dialog": "^1.1.13",
1818
"@radix-ui/react-dropdown-menu": "^2.1.2",
1919
"@radix-ui/react-icons": "^1.3.1",
20-
"@radix-ui/react-label": "^2.1.0",
21-
"@radix-ui/react-separator": "^1.1.6",
20+
"@radix-ui/react-label": "^2.1.8",
21+
"@radix-ui/react-separator": "^1.1.8",
2222
"@radix-ui/react-slot": "^1.2.2",
2323
"@radix-ui/react-toast": "^1.2.2",
2424
"@radix-ui/react-tooltip": "^1.2.6",

0 commit comments

Comments
 (0)