🐛 fix(parameterComponent): update placeholder text for custom component to provide clearer instructions

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-25 10:43:20 -03:00
commit 94ccb79564

View file

@ -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.',
});
}
}