[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-05-18 05:12:06 +00:00
committed by GitHub
parent 5dfa7645f3
commit 0f48f2c830
2 changed files with 8 additions and 10 deletions

View File

@@ -84,11 +84,10 @@ export const IsolatedDeployment = ({ composeId }: Props) => {
await mutateAsync({
composeId,
suffix: data?.appName || "",
})
.then(async (data) => {
await utils.project.all.invalidate();
setCompose(data);
})
}).then(async (data) => {
await utils.project.all.invalidate();
setCompose(data);
});
};
return (

View File

@@ -90,11 +90,10 @@ export const RandomizeCompose = ({ composeId }: Props) => {
await mutateAsync({
composeId,
suffix,
})
.then(async (data) => {
await utils.project.all.invalidate();
setCompose(data);
})
}).then(async (data) => {
await utils.project.all.invalidate();
setCompose(data);
});
};
return (