@datatechsolutions/ui 2.11.4 → 2.11.6

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.
@@ -11871,10 +11871,10 @@ function CategoryTabs({
11871
11871
  CategoryTab,
11872
11872
  {
11873
11873
  config: item.config,
11874
- isSelected: selectedKey === item.key,
11875
- onClick: () => onSelect(item.key)
11874
+ isSelected: selectedKey === (item.value ?? item.key),
11875
+ onClick: () => onSelect(item.value ?? item.key)
11876
11876
  },
11877
- item.key
11877
+ item.reactKey ?? item.key
11878
11878
  )) });
11879
11879
  }
11880
11880
  function CategoryBadge({
@@ -20752,5 +20752,5 @@ exports.useGeoMapState = useGeoMapState;
20752
20752
  exports.useNotifications = useNotifications;
20753
20753
  exports.usePlatformShellStore = usePlatformShellStore;
20754
20754
  exports.usePullToRefresh = usePullToRefresh;
20755
- //# sourceMappingURL=chunk-EVX2CFNL.js.map
20756
- //# sourceMappingURL=chunk-EVX2CFNL.js.map
20755
+ //# sourceMappingURL=chunk-4XID6LOC.js.map
20756
+ //# sourceMappingURL=chunk-4XID6LOC.js.map