datastake-daf 0.6.345 → 0.6.346

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.
@@ -56226,6 +56226,7 @@ function LocationTable(_ref) {
56226
56226
  setCombineLocationVisible(false);
56227
56227
  if (typeof mergeSubjectsFunction === 'function') {
56228
56228
  mergeSubjectsFunction(data);
56229
+ setSelectedLocations([]);
56229
56230
  }
56230
56231
  },
56231
56232
  selectedLocations: selectedLocations,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.345",
3
+ "version": "0.6.346",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -164,6 +164,7 @@ export default function LocationTable({
164
164
  setCombineLocationVisible(false);
165
165
  if (typeof mergeSubjectsFunction === 'function') {
166
166
  mergeSubjectsFunction(data);
167
+ setSelectedLocations([])
167
168
  }
168
169
  }}
169
170
  selectedLocations={selectedLocations}