Add component name to settings panel
This commit is contained in:
parent
8b4e464e8a
commit
530024bd63
|
@ -32,7 +32,7 @@
|
|||
const customSections = settings.filter(setting => setting.section)
|
||||
return [
|
||||
{
|
||||
name: "General",
|
||||
name: componentDefinition?.name || "General",
|
||||
info: componentDefinition?.info,
|
||||
settings: generalSettings,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue