Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Jan 14, 2025
1 parent fc83050 commit 14846f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/jobManager/jobManagerView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export class JobManagerView implements TreeDataProvider<any> {

// re-register db2i tables context provider with current schema
if (provider && provider.getCurrentSchema().toLowerCase() !== selectedSchema.toLowerCase()) {
registerDb2iTablesProvider(selectedJob.job.options.libraries[0]);
registerDb2iTablesProvider(selectedSchema);
}

setCancelButtonVisibility(selectedJob && selectedJob.job.getStatus() === "busy");
Expand Down

0 comments on commit 14846f7

Please sign in to comment.