Skip to content

Commit

Permalink
do not show tooltip labels for output nodes in invocation graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Apr 23, 2024
1 parent 2d94ba4 commit a52e59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Editor/NodeOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const removeTagsAction = computed(() => {
<DraggableWrapper
:id="id"
ref="terminalComponent"
v-b-tooltip.hover="outputDetails"
v-b-tooltip.hover="!props.blank ? outputDetails : ''"
class="output-terminal prevent-zoom"
:class="{ 'mapped-over': isMultiple }"
:output-name="output.name"
Expand Down

0 comments on commit a52e59c

Please sign in to comment.