Skip to content

Commit cdf69dc

Browse files
committed
next: event's page handle unable to load project.
1 parent 237accc commit cdf69dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/events/components/events-overview.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
}
107107
108108
$effect(() => {
109+
if (projectResponse.isError) {
110+
handleError(projectResponse.error);
111+
}
112+
109113
if (eventResponse.isError) {
110114
handleError(eventResponse.error);
111115
}

0 commit comments

Comments
 (0)