stuff
This commit is contained in:
parent
386f6f14b5
commit
6c94bb0bfc
|
@ -678,7 +678,7 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
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 () {
|
||||
|
|
|
@ -819,7 +819,7 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue