This commit is contained in:
Erik 2022-03-24 23:05:36 +02:00
parent e6b228e5c7
commit 525447be3a
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589

View File

@ -4,7 +4,7 @@ import '../css/Structures.css';
const DropdownItem = ({ onUpdate, id, item: {name, value}}) => {
return (
<div className='dropdown-item'>
<div className='dropdown-item clickable'>
<label htmlFor={id}>{name}</label>
<input
id={id}