@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/cjs/index.js CHANGED
@@ -2764,7 +2764,7 @@ var DatagridSettingsPanel = ({
2764
2764
  const selectedColumn = selectedColumnName === null ? null : (_a = gridSettings.columns.find((col) => col.name === selectedColumnName)) != null ? _a : null;
2765
2765
  const tabstripProps3 = {
2766
2766
  activeTabIndex: selectedTabIndex,
2767
- enableRenameTab: false,
2767
+ allowRenameTab: false,
2768
2768
  orientation: "vertical"
2769
2769
  };
2770
2770
  const handleAddCalculatedColumn = (0, import_react12.useCallback)(