Skip to content

Commit

Permalink
fix(ui): add check if property exists on blueprint details page
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored and fhussonnois committed Aug 14, 2024
1 parent 92a323a commit a38bf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/flows/blueprints/BlueprintDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
validateStatus: (status) => {
return status === 200;
}
})).data;
}))?.data;
} else {
this.flowGraph = await this.$store.dispatch("flow/getGraphFromSourceResponse", {
flow: this.blueprint.flow, config: {
Expand Down Expand Up @@ -257,4 +257,4 @@
}
}
}
</style>
</style>

0 comments on commit a38bf61

Please sign in to comment.