We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277408 commit 96f6bc7Copy full SHA for 96f6bc7
2 files changed
package.json
@@ -1,8 +1,7 @@
1
{
2
"name": "Live Folder",
3
"description": "Track your github pull requests automatically and have them ready for review in your browser's bookmarks.",
4
- "private": true,
5
- "version": "0.2.0",
+ "version": "0.2.1",
6
"type": "module",
7
"scripts": {
8
"dev": "wxt",
src/components/settings-form.tsx
@@ -82,7 +82,7 @@ export function SettingsForm({
82
return (
83
<Form {...form}>
84
<form
85
- onSubmit={void form.handleSubmit(onSubmit)}
+ onSubmit={form.handleSubmit(onSubmit)}
86
className="flex flex-col gap-y-2"
87
>
88
<FormField
0 commit comments