oops
This commit is contained in:
parent
4d472e1d4b
commit
69f684cb64
|
@ -629,7 +629,7 @@ export const normalizeThemeData = (input) => {
|
|||
themeSource = input.source
|
||||
} else if (
|
||||
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
|
||||
Object.prototype.hasOwnProperty.call(input, 'bg')
|
||||
Object.prototype.hasOwnProperty.call(input, 'colors')
|
||||
) {
|
||||
// We got passed a source/snapshot
|
||||
themeData = input
|
||||
|
|
Loading…
Reference in a new issue