This commit is contained in:
smolgrrr 2024-08-29 16:11:14 +10:00
parent 50b6e49934
commit 66b18bb152

View File

@ -128,7 +128,7 @@ const NewNoteCard = ({
}
await originalHandleSubmit(event);
setComment("");
setUnsigned(prevUnsigned => ({
...prevUnsigned,
@ -187,7 +187,7 @@ const NewNoteCard = ({
className="bg-neutral-800 text-white text-xs font-medium border-none rounded-lg w-10"
value={difficulty}
onChange={(e) => setDifficulty(e.target.value)}
min="21"
min="22"
/>
<button
type="button"