Skip to content

Commit 96f6bc7

Browse files
committed
fix: 🪱 saving settings doing nothing
1 parent 0277408 commit 96f6bc7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "Live Folder",
33
"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",
4+
"version": "0.2.1",
65
"type": "module",
76
"scripts": {
87
"dev": "wxt",

src/components/settings-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function SettingsForm({
8282
return (
8383
<Form {...form}>
8484
<form
85-
onSubmit={void form.handleSubmit(onSubmit)}
85+
onSubmit={form.handleSubmit(onSubmit)}
8686
className="flex flex-col gap-y-2"
8787
>
8888
<FormField

0 commit comments

Comments
 (0)