From af68301766687b497eb4c70696d4b72090d9917b Mon Sep 17 00:00:00 2001 From: mohamedamara1 Date: Sun, 10 Mar 2024 00:50:50 +0100 Subject: [PATCH] fixed ID of IssueOverviewPanel --- src/github/issueOverview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github/issueOverview.ts b/src/github/issueOverview.ts index 52b6a363c6..d995f536f7 100644 --- a/src/github/issueOverview.ts +++ b/src/github/issueOverview.ts @@ -16,7 +16,7 @@ import { IssueModel } from './issueModel'; import { getLabelOptions } from './quickPicks'; export class IssueOverviewPanel 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. */