mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 10:39:09 +00:00
added counter for all mappings in ui
This commit is contained in:
@@ -56,9 +56,12 @@
|
|||||||
addModal.open(id, firstName, lastName);
|
addModal.open(id, firstName, lastName);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<span>Gesammmte einträge: { Object.keys(mapping).length}</span>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<AddIDModal
|
<AddIDModal
|
||||||
bind:this={addModal}
|
bind:this={addModal}
|
||||||
onSubmitted={async () => {
|
onSubmitted={async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user