mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor: update invalidation cache
This commit is contained in:
@@ -72,7 +72,7 @@ export const ComposeFileEditor = ({ composeId }: Props) => {
|
||||
.then(async () => {
|
||||
toast.success("Compose config Updated");
|
||||
refetch();
|
||||
await utils.compose.allServices.invalidate({
|
||||
await utils.compose.getConvertedCompose.invalidate({
|
||||
composeId,
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user