From f3475e200a22528569fa318a0236f97528bae532 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 4 Jul 2025 06:50:27 +0300 Subject: [PATCH] Update icon url placeholder --- backend/__pycache__/main.cpython-313.pyc | Bin 7087 -> 7087 bytes frontend/src/components/AppModal.jsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/__pycache__/main.cpython-313.pyc b/backend/__pycache__/main.cpython-313.pyc index f183f0bbe10265dc56e4f9ea4553901dca328e32..6ae05f8249b6f6c5a64b90f6bee804efa4fdc503 100644 GIT binary patch delta 19 ZcmZ2)zTTYcGcPX}0}!P8Z{%7k4FEU51swnY delta 19 ZcmZ2)zTTYcGcPX}0}w28-^jI88UQ&S1y%q6 diff --git a/frontend/src/components/AppModal.jsx b/frontend/src/components/AppModal.jsx index fcff3c7..6823f3c 100644 --- a/frontend/src/components/AppModal.jsx +++ b/frontend/src/components/AppModal.jsx @@ -57,7 +57,7 @@ function AppModal({ mode = 'add', initialData = {}, onSubmit, onClose, sections )} setName(e.target.value)} required /> - setIcon(e.target.value)} /> + setIcon(e.target.value)} /> setDescription(e.target.value)} /> setUrl(e.target.value)} required />