diff --git a/client/src/components/Tool/ToolLinkPopover.vue b/client/src/components/Tool/ToolLinkPopover.vue index 8e05516c27b0..f14d5f94d744 100644 --- a/client/src/components/Tool/ToolLinkPopover.vue +++ b/client/src/components/Tool/ToolLinkPopover.vue @@ -8,8 +8,8 @@ interface ToolLinkPopoverProps { } withDefaults(defineProps(), { - toolId: null, - toolVersion: null, + toolId: undefined, + toolVersion: undefined, }); // default boundary of scrollParent doesn't work well at all in the workflow display list