Skip to content

Commit bba111c

Browse files
authored
Add missing subscription id to start process form (#1671)
1 parent 869ae92 commit bba111c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/angry-lemons-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
Add missing subscription id to start process form

packages/orchestrator-ui-components/src/pages/processes/WfoStartProcessPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ export const WfoStartProcessPage = ({
116116
() =>
117117
getInitialProcessPayload({
118118
productId,
119+
subscriptionId,
119120
}),
120-
[productId],
121+
[productId, subscriptionId],
121122
);
122123

123124
const { stepUserInput, hasNext } = form;

0 commit comments

Comments
 (0)