feat: add description handling to VariableSelector and OptionCombobox for improved option clarity
This commit is contained in:
@@ -160,9 +160,6 @@ export function NodeConfigPanel({
|
||||
})
|
||||
}}
|
||||
/>
|
||||
{input.description ? (
|
||||
<div className="text-xs text-muted-foreground">{input.description}</div>
|
||||
) : null}
|
||||
</div>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user