1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Add component name to settings panel

This commit is contained in:
Andrew Kingston 2022-03-07 08:16:55 +00:00
parent 63f6a00892
commit 7113fe6b07

View file

@ -32,7 +32,7 @@
const customSections = settings.filter(setting => setting.section)
return [
{
name: "General",
name: componentDefinition?.name || "General",
info: componentDefinition?.info,
settings: generalSettings,
},