From 9c1eece61f342408537c9c6e1dbdaf94d95c1b25 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Thu, 17 Jul 2025 16:35:21 +0200
Subject: [PATCH] Improve platform icon
---
.../create-or-update-platform-dialog.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html b/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
index a7446c973..343b54cea 100644
--- a/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+++ b/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
@@ -28,8 +28,12 @@
matInput
(keydown.enter)="$event.stopPropagation()"
/>
- @if (data.platform.url) {
-
+ @if (platformForm.get('url')?.value) {
+
}