From d73118d226c19c86f208b5a22d6a2a025524d565 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:38:25 -0800 Subject: [PATCH] Fix: fix error on open document button --- src-ui/src/app/components/common/toast/toast.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/toast/toast.component.html b/src-ui/src/app/components/common/toast/toast.component.html index 05ad7f832..d20569abd 100644 --- a/src-ui/src/app/components/common/toast/toast.component.html +++ b/src-ui/src/app/components/common/toast/toast.component.html @@ -48,7 +48,7 @@ } @if (toast.action) { -
+ }