fix(compose): add default compose path for raw source type in file editor

This commit is contained in:
Mauricio Siu
2025-10-26 01:29:34 -06:00
parent 102a7a00b8
commit 07368ff8c6
3 changed files with 9 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ export const ComposeFileEditor = ({ composeId }: Props) => {
await mutateAsync({
composeId,
composeFile: data.composeFile,
composePath: "./docker-compose.yml",
sourceType: "raw",
})
.then(async () => {