mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 10:39:09 +00:00
create id mappings without prev ID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user