ahs-cti 0.0.2-beta.7 → 0.0.2-beta.8

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/index.js CHANGED
@@ -3458,6 +3458,7 @@ function CallControls({ onDataChange }) {
3458
3458
  "process_id": 101,
3459
3459
  "process_name": "ConVoxProcess"
3460
3460
  };
3461
+ setProcessList([data]);
3461
3462
  sdkStateManager.setProcess(data);
3462
3463
  }).catch((err) => {
3463
3464
  showToast(err.response.data.message, "error");