mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
edit ids that are already mapped
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<IDTable bind:this={idTable} />
|
||||
<IDTable bind:this={idTable} onEdit={(id,firstName,lastName)=>{
|
||||
addModal.open(id,firstName,lastName);
|
||||
}}/>
|
||||
</div>
|
||||
|
||||
<AddIDModal
|
||||
|
||||
Reference in New Issue
Block a user