@onehat/ui 0.3.147 → 0.3.148

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.147",
3
+ "version": "0.3.148",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -744,7 +744,7 @@ function GridComponent(props) {
744
744
  // calculate localColumnsConfig
745
745
  let localColumnsConfig = [];
746
746
  let savedLocalColumnsConfig;
747
- if (localColumnsConfigKey && !hasFunctionColumn) {
747
+ if (localColumnsConfigKey && !hasFunctionColumn && !UiGlobals.disableSavedColumnsConfig) {
748
748
  savedLocalColumnsConfig = await getSaved(localColumnsConfigKey);
749
749
  }
750
750
  if (savedLocalColumnsConfig) {