Skip to content

Commit 63240d9

Browse files
committed
next: fixed issue with project integrations page
1 parent d33ca01 commit 63240d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/projects/components/notification-settings-form.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
});
5858
</script>
5959

60-
{#if settings}
60+
{#if $formData}
6161
<form method="POST" use:enhance class="space-y-2">
6262
<ErrorMessage message={$message} />
6363

0 commit comments

Comments
 (0)