Skip to content

Commit fda095f

Browse files
committed
Deleted some form code as the issue has been addressed in superforms
1 parent 6da2f96 commit fda095f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/dialogs/add-stack-reference-dialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
const { enhance, form: formData } = form;
3333
</script>
3434

35-
<AlertDialog.Root bind:open onOpenChange={() => form.reset()}>
35+
<AlertDialog.Root bind:open>
3636
<AlertDialog.Content class="sm:max-w-[425px]">
3737
<form method="POST" use:enhance>
3838
<AlertDialog.Header>

src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/dialogs/mark-stack-fixed-in-version-dialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
</script>
6666

67-
<AlertDialog.Root bind:open onOpenChange={() => form.reset()}>
67+
<AlertDialog.Root bind:open>
6868
<AlertDialog.Content class="sm:max-w-[425px]">
6969
<form method="POST" use:enhance>
7070
<AlertDialog.Header>

0 commit comments

Comments
 (0)