Skip to content

Commit 6f13fac

Browse files
TommertomTommertom
authored andcommitted
Removed server forms and added client forms
1 parent 42bf6da commit 6f13fac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

demo-app/src/routes/components/Inputs/+page.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<script lang="ts">
22
import SourceButton from '$lib/components/SourceButton.svelte';
33
import { alertController, IonPage } from 'ionic-svelte';
4-
import { onMount } from 'svelte';
54
65
import { accountSchema as schema } from './account.interface';
7-
import { enhance, getFormWritable, validate } from './spa-enhance';
6+
import { enhance, getFormWritable } from './spa-enhance';
87
98
const form = getFormWritable();
109
@@ -37,10 +36,6 @@
3736
})
3837
.then((alert) => alert.present());
3938
}
40-
41-
onMount(() => {
42-
console.log('Validate', validate);
43-
});
4439
</script>
4540

4641
<svelte:head>

0 commit comments

Comments
 (0)