@push.rocks/smartstate 2.0.21 → 2.0.22

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.
@@ -17703,7 +17703,7 @@ var StateAction = class {
17703
17703
  this.actionDef = actionDef;
17704
17704
  }
17705
17705
  trigger(payload) {
17706
- this.statePartRef.dispatchAction(this, payload);
17706
+ return this.statePartRef.dispatchAction(this, payload);
17707
17707
  }
17708
17708
  };
17709
17709