Skip to content

Commit

Permalink
hide in binary display mode explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb committed Oct 18, 2024
1 parent 0820cb5 commit af25b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/RunData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ export default defineComponent({
v-if="
hasNodeRun &&
!hasRunError &&
binaryData.length === 0 &&
displayMode !== 'binary' &&
dataCount > pageSize &&
!isSchemaView &&
!isArtificialRecoveredEventItem
Expand Down

0 comments on commit af25b45

Please sign in to comment.