stuff
This commit is contained in:
parent
386f6f14b5
commit
6c94bb0bfc
|
@ -678,7 +678,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
|
|
||||||
processStandardSidebarView (e) {
|
processStandardSidebarView (e) {
|
||||||
if (e.instance.props.section == "pluginrepo") e.instance.props.contentType = "custom";
|
if (e.instance.props && e.instance.props.section == "pluginrepo") e.instance.props.contentType = "custom";
|
||||||
}
|
}
|
||||||
|
|
||||||
loadPlugins () {
|
loadPlugins () {
|
||||||
|
|
|
@ -819,7 +819,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
|
|
||||||
processStandardSidebarView (e) {
|
processStandardSidebarView (e) {
|
||||||
if (e.instance.props.section == "themerepo") e.instance.props.contentType = "custom";
|
if (e.instance.props && e.instance.props.section == "themerepo") e.instance.props.contentType = "custom";
|
||||||
}
|
}
|
||||||
|
|
||||||
generateTheme (fullCSS, generatorValues) {
|
generateTheme (fullCSS, generatorValues) {
|
||||||
|
|
Loading…
Reference in New Issue