Skip to content
Snippets Groups Projects
Commit 104af3ca authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Fix absent field writing to wrong data location

parent f36cfae9
No related branches found
No related tags found
No related merge requests found
Pipeline #4131 passed
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<div class="field column"> <div class="field column">
<PersonList <PersonList
title="Erwartete Abwesende" title="Erwartete Abwesende"
bind:persons={data.metadata.presence.absence} /> bind:persons={data.metadata.presence.absent} />
</div> </div>
<div class="field column"> <div class="field column">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment