Skip to content

Commit

Permalink
skip saveLonghornNode if longhornNodes is undefined
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <[email protected]>
  • Loading branch information
a110605 authored and torchiaf committed Jul 5, 2024
1 parent 2bfe044 commit eafc5ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/harvester/edit/harvesterhci.io.host/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,9 @@ export default {
}
};
await retrySave();
if (this.longhornNode) {
await retrySave();
}
},
},
};
Expand Down

0 comments on commit eafc5ad

Please sign in to comment.