We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241b391 commit ccd00e2Copy full SHA for ccd00e2
src/routes/taxi/availability/AddVehicle.svelte
@@ -21,7 +21,7 @@
21
Fahrzeug hinzufügen
22
</Popover.Trigger>
23
<Popover.Content>
24
- <form method="post" action="?/addVehicle" class="flex flex-col gap-4" use:enhance>
+ <form method="post" action="?/addVehicle" class="flex flex-col gap-4" use:enhance={() => async ({ update }) => await update({ reset: false })}>
25
<h2 class="font-medium leading-none">Neues Fahrzeug</h2>
26
27
<div class="field">
0 commit comments