Pass down domain list to dashbaord domain component as a prop

This commit is contained in:
Johannes Zellner
2025-09-30 12:14:41 +02:00
parent 56c2b8798c
commit 5c0d53b52c
2 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -161,6 +161,6 @@ onMounted(async () => {
<Certificates />
<SyncDns />
<DashboardDomain />
<DashboardDomain :domains="domains"/>
</div>
</template>