Skip to content

Commit

Permalink
fix(ui): remove some warnings about missing props for blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Jan 24, 2025
1 parent 6bc66d6 commit fccaef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
v-if="viewType === editorViewTypes.SOURCE_BLUEPRINTS"
class="combined-right-view enhance-readability"
>
<Blueprints @loaded="blueprintsLoaded = true" embed />
<Blueprints @loaded="blueprintsLoaded = true" embed kind="flow" />
</div>

<div
Expand Down
2 changes: 1 addition & 1 deletion ui/src/override/components/flows/blueprints/Blueprints.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<top-nav-bar v-if="!embed" :title="routeInfo.title" />
<dotted-layout
:embed="embed"
:phrase="$t('blueprints.header.catch phrase.2', {kind: kind})"
:phrase="$t('blueprints.header.catch phrase.2', {kind})"
:alt="$t('blueprints.header.alt')"
:image="headerImage"
:image-dark="headerImageDark"
Expand Down

0 comments on commit fccaef4

Please sign in to comment.