create id mappings without prev ID

This commit is contained in:
Djeeberjr 2025-06-09 16:49:57 +02:00
parent 5c16aaa9fe
commit 1514409070

View File

@ -27,7 +27,7 @@
<button
class="bg-indigo-500 rounded-2xl px-2 cursor-pointer mx-2"
onclick={() => {
if (onAdd && id != "") {
if (onAdd) {
onAdd(id);
}
}}>+</button