From 16005797fbf89593ce3581dec7bfa8ecde65c8a4 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 25 May 2024 20:01:21 +0200 Subject: [PATCH] Fixed #48: links will open inside the default browser --- .../Components/Blocks/ThirdPartyComponent.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Components/Blocks/ThirdPartyComponent.razor b/app/MindWork AI Studio/Components/Blocks/ThirdPartyComponent.razor index c44d2a4..193e7cf 100644 --- a/app/MindWork AI Studio/Components/Blocks/ThirdPartyComponent.razor +++ b/app/MindWork AI Studio/Components/Blocks/ThirdPartyComponent.razor @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ @this.UseCase - License: @this.LicenseName + License: @this.LicenseName \ No newline at end of file