refactor(domains): update labels

This commit is contained in:
Mauricio Siu
2024-08-15 01:25:36 -06:00
parent dde799f510
commit 9379d4a31d
3 changed files with 35 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ export const findComposeById = async (composeId: string) => {
project: true,
deployments: true,
mounts: true,
domains: true,
},
});
if (!result) {