diff --git a/backend/__pycache__/main.cpython-313.pyc b/backend/__pycache__/main.cpython-313.pyc index f183f0b..6ae05f8 100644 Binary files a/backend/__pycache__/main.cpython-313.pyc and b/backend/__pycache__/main.cpython-313.pyc differ 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 />