@livechat/platform-workflows 0.0.78 → 0.0.79

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
@@ -17365,7 +17365,9 @@ function GlobalAccounts(props) {
17365
17365
  }
17366
17366
  );
17367
17367
  } catch (e) {
17368
- notifications.showError(`Couldn't activate ${props.product}`);
17368
+ notifications.addErrorToast(
17369
+ `Couldn't activate ${props.product}`
17370
+ );
17369
17371
  }
17370
17372
  }),
17371
17373
  type: "submit",
package/dist/index.mjs CHANGED
@@ -17591,7 +17591,9 @@ function GlobalAccounts(props) {
17591
17591
  }
17592
17592
  );
17593
17593
  } catch (e) {
17594
- notifications.showError(`Couldn't activate ${props.product}`);
17594
+ notifications.addErrorToast(
17595
+ `Couldn't activate ${props.product}`
17596
+ );
17595
17597
  }
17596
17598
  }),
17597
17599
  type: "submit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "Text Platform | Workflows",
5
5
  "author": "Wojciech Dudek",
6
6
  "license": "MIT",