mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-07-02 01:04:16 +00:00
create id mappings without prev ID
This commit is contained in:
parent
5c16aaa9fe
commit
1514409070
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user