@orchestrator-ui/orchestrator-ui-components 3.0.2 → 3.0.3

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": "@orchestrator-ui/orchestrator-ui-components",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Library of UI Components used to display the workflow orchestrator frontend",
6
6
  "author": {
@@ -1 +1 @@
1
- export const ORCHESTRATOR_UI_LIBRARY_VERSION = '3.0.2';
1
+ export const ORCHESTRATOR_UI_LIBRARY_VERSION = '3.0.3';
@@ -116,8 +116,9 @@ export const WfoStartProcessPage = ({
116
116
  () =>
117
117
  getInitialProcessPayload({
118
118
  productId,
119
+ subscriptionId,
119
120
  }),
120
- [productId],
121
+ [productId, subscriptionId],
121
122
  );
122
123
 
123
124
  const { stepUserInput, hasNext } = form;