diff --git a/src/components/NodePreview.vue b/src/components/NodePreview.vue
index a32ccfb2e..6ad7149f4 100644
--- a/src/components/NodePreview.vue
+++ b/src/components/NodePreview.vue
@@ -22,7 +22,7 @@ https://github.com/Nuked88/ComfyUI-N-Sidebar/blob/7ae7da4a9761009fb6629bc04c6830
{{ slotInput ? slotInput.name : '' }}
- {{ slotOutput ? slotOutput.name : '' }}
+ {{ slotOutput ? slotOutput.display_name : '' }}
@@ -34,7 +34,7 @@ https://github.com/Nuked88/ComfyUI-N-Sidebar/blob/7ae7da4a9761009fb6629bc04c6830
◀
{{ widgetInput.name }}
-
{{ widgetInput.defaultValue }}
+
{{ widgetInput.default }}
▶
@@ -45,67 +45,27 @@ https://github.com/Nuked88/ComfyUI-N-Sidebar/blob/7ae7da4a9761009fb6629bc04c6830