Use new typescript api for user graphs

This commit is contained in:
2024-10-09 17:16:48 +02:00
parent a98c924b24
commit 37f62e15cf
2 changed files with 19 additions and 11 deletions

View File

@ -92,8 +92,7 @@
<script>
window.addEventListener("DOMContentLoaded", () => {
loadFamilyGraph({
apiUrl: "{{ api_url }}",
activeUser: "{{ object.id }}",
activeUser: {{ object.id }},
depthMin: {{ depth_min }},
depthMax: {{ depth_max }},
});