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