From fde06f0bccf59f900c9f3349df7d7b4643a7f49e Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 29 Apr 2025 23:05:53 +0200 Subject: [PATCH] Fix generate app icon url --- app/dashboard/applications/Applications.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 0565efb..5b27a54 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -542,10 +542,16 @@ export default function Dashboard() {
- setIcon(e.target.value)} +
+ setIcon(e.target.value)} + value={icon} /> + +