Skip to content

Commit

Permalink
Update client/src/components/Tool/ToolLinkPopover.vue
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
jmchilton and davelopez authored Dec 22, 2023
1 parent 9951577 commit debd68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Tool/ToolLinkPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ interface ToolLinkPopoverProps {
}
withDefaults(defineProps<ToolLinkPopoverProps>(), {
toolId: null,
toolVersion: null,
toolId: undefined,
toolVersion: undefined,
});
// default boundary of scrollParent doesn't work well at all in the workflow display list
Expand Down

0 comments on commit debd68e

Please sign in to comment.