Skip to content

Commit

Permalink
fixed ID of IssueOverviewPanel (#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedamara1 authored Mar 11, 2024
1 parent dbd2582 commit a9a3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/issueOverview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { IssueModel } from './issueModel';
import { getLabelOptions } from './quickPicks';

export class IssueOverviewPanel<TItem extends IssueModel = IssueModel> extends WebviewBase {
public static ID: string = 'PullRequestOverviewPanel';
public static ID: string = 'IssueOverviewPanel';
/**
* Track the currently panel. Only allow a single panel to exist at a time.
*/
Expand Down

0 comments on commit a9a3050

Please sign in to comment.