Update ThemeSettings.plugin.js
This commit is contained in:
parent
136f13698f
commit
15de60fb95
|
@ -182,7 +182,6 @@ class ThemeSettings {
|
||||||
childProps: {
|
childProps: {
|
||||||
type: childType,
|
type: childType,
|
||||||
mode: childMode,
|
mode: childMode,
|
||||||
filter: childType == "file" && "image",
|
|
||||||
filter: childType == "file" && "image"
|
filter: childType == "file" && "image"
|
||||||
},
|
},
|
||||||
label: varname[0].toUpperCase() + varname.slice(1),
|
label: varname[0].toUpperCase() + varname.slice(1),
|
||||||
|
|
Loading…
Reference in New Issue