diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index 35433d2..a147263 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -182,7 +182,7 @@ export default function Pivot({ source }) { await plugin.restore(parsed.plugin_config || DEFAULT_PLUGIN_CONFIG) if (parsed.expand_depth != null) await applyExpandDepth(viewer, parsed.expand_depth) } else { - await viewer.restore({ table: source, settings: true, plugin_config: DEFAULT_PLUGIN_CONFIG }) + await viewer.restore({ table: source, settings: false, plugin_config: DEFAULT_PLUGIN_CONFIG }) await plugin.restore(DEFAULT_PLUGIN_CONFIG) } await viewer.flush()