Skip to content

Commit

Permalink
fix(ui): Flow with dependencies can now be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye authored and tchiotludo committed Jun 5, 2023
1 parent 50d6bbc commit 9b2ae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/graph/Topology.vue
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
warning = "<div class=\"el-alert el-alert--warning is-light mt-3\" role=\"alert\">\n" +
"<div class=\"el-alert__content\">\n" +
"<p class=\"el-alert__description\">\n" +
this.$t("dependencies delete flow") +
$t("dependencies delete flow") +
"<ul>\n" +
deps +
"</ul>\n" +
Expand Down

0 comments on commit 9b2ae9d

Please sign in to comment.