Skip to content

Commit

Permalink
disable backButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Mar 26, 2024
1 parent 4b627a1 commit d71c02f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { AnalyticsService } from '../analytics.service';
[headerIcon]="'upload'"
[successText]="successText"
[uploadExtensionHandler]="uploadExtensionHandler"
[canGoBack]="true"
[canGoBack]="false"
></a17t-extension-add>`
})
export class ExtensionAddWizardComponent implements OnInit {
Expand Down

0 comments on commit d71c02f

Please sign in to comment.