Skip to content

Commit

Permalink
plz
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Sep 25, 2024
1 parent ab76f16 commit 6d0bdba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.5.12",
"pretty-quick": "^4.0.0",
"simple-git-hooks": "^2.10.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script lang="ts" context="module">
<script lang="ts" module>
import { z } from "zod";
const languages = [
Expand Down Expand Up @@ -111,7 +111,7 @@
}}
onValueChange={(value) => {
if (value === undefined) {
$formData.dob = undefined as any
$formData.dob = undefined as any;
validate("dob");
return;
}
Expand Down

0 comments on commit 6d0bdba

Please sign in to comment.