We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfac858 commit 490863aCopy full SHA for 490863a
src/app/integrations/qbd/qbd.component.ts
@@ -66,7 +66,7 @@ export class QbdComponent implements OnInit {
66
this.workspace = workspace;
67
this.storageService.set('workspaceId', this.workspace.id);
68
this.storageService.set('QBDOnboardingState', this.workspace.onboarding_state);
69
- this.storageService.set('disableQBDExportButton', this.workspace.migrated_to_qbd_direct)
+ this.storageService.set('disableQBDExportButton', this.workspace.migrated_to_qbd_direct);
70
this.workspaceService.syncFyleDimensions().subscribe();
71
this.isLoading = false;
72
this.navigate();
0 commit comments