Skip to content

Commit 1659d51

Browse files
committed
[examples] Fix form action name
1 parent 6b764dc commit 1659d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sveltekit-starter/src/routes/native-form/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const load = async () => {
3838
};
3939

4040
export const actions = {
41-
defaults: createAction(
41+
default: createAction(
4242
{
4343
...defaults,
4444
name: "form",

0 commit comments

Comments
 (0)