🔧 chore(parameterComponent): fix indentation and replace single quotes with double quotes for consistency

📝 docs(parameterComponent): update placeholder text for custom component to be more descriptive
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-25 11:47:43 -03:00
commit 9736dab3c7

View file

@ -118,8 +118,8 @@ export default function ParameterComponent({
if (groupedObj?.length === 0) {
groupedObj.push({
family: "custom_components",
type: '',
component: 'Please try adding a custom component.',
type: "",
component: "Please try adding a custom component.",
});
}
}