🐛 fix(parameterComponent): update placeholder text for custom component to provide clearer instructions
This commit is contained in:
parent
4677dcfad2
commit
94ccb79564
1 changed files with 1 additions and 1 deletions
|
|
@ -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.',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue