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.
package/dist/components/index.js
CHANGED
|
@@ -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