Skip to content

Commit

Permalink
Fix: request diffs for simulated operations (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Oct 21, 2023
1 parent f256806 commit 7065b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InternalOperation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ export default {
methods: {
...mapActions(["showClipboardOK", "showError"]),
getDiff() {
if (!this.data.id) return;
if (this.data.status !== "applied") return;
if (this.diffs !== null) return;
if (this.data.storage_diff) {
Expand Down

0 comments on commit 7065b48

Please sign in to comment.