🐛 Fixed cache invalidation header on theme override
closes #10920 - Fixed incorrect property name to correctly set cache invalidation header on theme override
This commit is contained in:
parent
46706646e3
commit
01ea872af2
@ -61,8 +61,8 @@ module.exports = {
|
||||
};
|
||||
|
||||
return themeService.storage.setFromZip(zip)
|
||||
.then(({theme, themeOverriden}) => {
|
||||
if (themeOverriden) {
|
||||
.then(({theme, themeOverridden}) => {
|
||||
if (themeOverridden) {
|
||||
// CASE: clear cache
|
||||
this.headers.cacheInvalidate = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user