mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update invalidation cache
This commit is contained in:
parent
ca733addc2
commit
c0261384ca
@ -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,
|
||||
});
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user