We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37a4a2 commit 79945faCopy full SHA for 79945fa
mobile-ui/src/components/flow/domain/FlowButtonClickContext.ts
@@ -183,7 +183,7 @@ export class FlowButtonClickContext {
183
if (this.flowStateContext?.hasRecordId()) {
184
customHandler();
185
} else {
186
- this.flowEventContext?.trySubmitFlow((res) => {
+ this.flowEventContext?.startFlow((res) => {
187
188
});
189
}
@@ -198,7 +198,7 @@ export class FlowButtonClickContext {
198
199
viewHandler();
200
}else {
201
202
203
204
0 commit comments