Deploy / DeployStack updates invalidate corresponding list query

This commit is contained in:
mbecker20
2026-03-05 10:40:19 -08:00
parent bf5ac8b6ac
commit b5b680dd1d
+4
View File
@@ -187,6 +187,10 @@ function onUpdate(
invalidate(["ListProcedures"]);
} else if (update.operation === Types.Operation.RunAction) {
invalidate(["ListActions"]);
} else if (update.operation === Types.Operation.Deploy) {
invalidate(["ListDeployments"]);
} else if (update.operation === Types.Operation.DeployStack) {
invalidate(["ListStacks"]);
}
// Do invalidations of these only if update is completed