Heftig rekatorering
This commit is contained in:
parent
d7728b13ef
commit
b4c840b4f9
3 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { Handle, ServerInit } from '@sveltejs/kit';
|
||||
import type { Handle } from '@sveltejs/kit';
|
||||
import { dev } from '$app/environment';
|
||||
|
||||
// The handle function runs on every request
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
{name}
|
||||
type="number"
|
||||
bind:value
|
||||
defaultValue={value}
|
||||
{min}
|
||||
{max}
|
||||
{step}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
runKm: 0
|
||||
});
|
||||
|
||||
$inspect(form);
|
||||
|
||||
onMount(async () => {
|
||||
const result = await getTodaysWorkout();
|
||||
form = result.data ?? form;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue