homeflowjs 0.13.29 → 0.13.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.13.29",
3
+ "version": "0.13.30",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
@@ -661,6 +661,8 @@ export default class DraggableMap {
661
661
 
662
662
  if (json.properties) {
663
663
  this.setSearchResponse(json);
664
+ } else {
665
+ store.dispatch(setProperties([]));
664
666
  }
665
667
  })
666
668
  }