1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

chore: cleans up types (#3356)

This commit is contained in:
Amir Raminfar
2024-10-28 08:27:31 -07:00
committed by GitHub
parent 45ea4ac095
commit 1ab4464f9a
6 changed files with 98 additions and 34 deletions

View File

@@ -66,7 +66,7 @@
</span>
</router-link>
<template #content>
<ContainerPopup :container="item" />
<ContainerPopup :container="item as Container" />
</template>
</Popup>
</li>