diff --git a/src-ui/src/app/components/common/toasts/toasts.component.html b/src-ui/src/app/components/common/toasts/toasts.component.html index 6ec19f0d9..36623161b 100644 --- a/src-ui/src/app/components/common/toasts/toasts.component.html +++ b/src-ui/src/app/components/common/toasts/toasts.component.html @@ -17,8 +17,8 @@

{{toast.content}}

@if (toast.error) { -
-
+
+
@if (isDetailedError(toast.error)) {
URL