Skip to content

Commit

Permalink
implements #258
Browse files Browse the repository at this point in the history
implements #33
  • Loading branch information
jaensen committed May 28, 2021
1 parent 3b00d70 commit 3bd9f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion shell/src/dapps/o-banking/processes/setTrust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ const processDefinition = (processId: string) =>
component: HtmlViewer,
params: {
html: () => `<p>Trust changed</p>`,
submitButtonText: "Close"
submitButtonText: "Close",
hideNav: true
},
navigation: {
next: "#success"
Expand Down
3 changes: 2 additions & 1 deletion shell/src/dapps/o-banking/processes/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ const processDefinition = (processId: string) =>
component: HtmlViewer,
params: {
html: () => `<p>Transfer successful</p>`,
submitButtonText: "Close"
submitButtonText: "Close",
hideNav: true
},
navigation: {
next: "#success"
Expand Down

0 comments on commit 3bd9f4e

Please sign in to comment.