Skip to content

Commit 697f0b5

Browse files
committed
fix(form): default action
1 parent fb7fc37 commit 697f0b5

File tree

6 files changed

+2370
-2524
lines changed

6 files changed

+2370
-2524
lines changed

examples/simple-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astro-utils/express-endpoints": "^0.0.1",
1515
"@astro-utils/forms": "^0.0.1",
1616
"@astrojs/react": "^3.0.7",
17-
"astro": "^4.0.6",
17+
"astro": "^4.7.0",
1818
"bootstrap": "^5.3.2",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",

examples/simple-form/src/env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/// <reference path="../.astro/types.d.ts" />
12
/// <reference types="astro/client" />

0 commit comments

Comments
 (0)