From 8230c1ba913272f8c677d284faae84109c41fffd Mon Sep 17 00:00:00 2001 From: Lorenzo Migliorero Date: Mon, 22 Jul 2024 22:43:47 +0200 Subject: [PATCH] fix: docker compose monitoring --- components/dashboard/compose/monitoring/show.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dashboard/compose/monitoring/show.tsx b/components/dashboard/compose/monitoring/show.tsx index 0bb959c11..92c31482d 100644 --- a/components/dashboard/compose/monitoring/show.tsx +++ b/components/dashboard/compose/monitoring/show.tsx @@ -31,6 +31,7 @@ export const ShowMonitoringCompose = ({ const { data } = api.docker.getContainersByAppNameMatch.useQuery( { appName: appName, + appType, }, { enabled: !!appName,