mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-12 15:28:56 -05:00
Deploy / DeployStack updates invalidate corresponding list query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user