mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:23:18 +08:00
🐛 fix(parameterComponent): update placeholder text for custom component to provide clearer instructions
This commit is contained in:
@ -119,7 +119,7 @@ export default function ParameterComponent({
|
||||
groupedObj.push({
|
||||
family: "custom_components",
|
||||
type: '',
|
||||
component: 'Try add a custom component',
|
||||
component: 'Please try adding a custom component.',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user