Skip to content

Commit

Permalink
trying to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 5, 2024
1 parent 17ae503 commit 51aebbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ export const EditDeploymentDialog: React.FC<
});
},
onSuccess: () => {
setOpen(false);
utils.deployment.invalidate();
utils.deployment.bySystemId.invalidate(systemId);
setOpen(false);
},
});

Expand Down

0 comments on commit 51aebbf

Please sign in to comment.