edit ids that are already mapped

This commit is contained in:
2025-06-26 15:15:44 +02:00
parent 09725c1e04
commit 732411cd50
3 changed files with 16 additions and 3 deletions

View File

@@ -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