@vuu-ui/vuu-table-extras 0.8.4-debug → 0.8.5-debug

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/esm/index.js CHANGED
@@ -2789,7 +2789,7 @@ var DatagridSettingsPanel = ({
2789
2789
  const selectedColumn = selectedColumnName === null ? null : (_a = gridSettings.columns.find((col) => col.name === selectedColumnName)) != null ? _a : null;
2790
2790
  const tabstripProps3 = {
2791
2791
  activeTabIndex: selectedTabIndex,
2792
- enableRenameTab: false,
2792
+ allowRenameTab: false,
2793
2793
  orientation: "vertical"
2794
2794
  };
2795
2795
  const handleAddCalculatedColumn = useCallback8(