🔧 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:
parent
aa387f89b3
commit
9736dab3c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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.",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue