info-library 2.10.77 → 2.10.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2290,7 +2290,7 @@
2290
2290
  * @param {?} key
2291
2291
  * @return {?}
2292
2292
  */function (key) {
2293
- if (!key.includes('Dashboard'))
2293
+ if (!key.includes('Dashboard,cols'))
2294
2294
  delete localStorage[key];
2295
2295
  }));
2296
2296
  };