Skip to content

Commit b35d998

Browse files
authored
Remove 'back' button from send/receive credentials page (#1749)
1 parent a376251 commit b35d998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/angular-app/languageforge/lexicon/new-project/send-receive/new-project-credentials.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const NewProjectSendReceiveCredentialsState = {
9999
step: 1,
100100
isSRProject: true,
101101
show: {
102-
backButton: true,
102+
backButton: false,
103103
nextButton: true,
104104
step3: false
105105
},

0 commit comments

Comments
 (0)