From a76ce6aa20342bd7b25ed9e5be28c5e8e7bdb9c0 Mon Sep 17 00:00:00 2001 From: Bhav Kushwaha <75977991+bhavkushwaha@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:47:36 +0530 Subject: [PATCH] IssueType-Fixed --- dist/popup.html | 4 ++-- dist/popup.js | 6 +++--- js/popup.js | 6 +++--- popup.html | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/popup.html b/dist/popup.html index da8b05e..6976f8b 100644 --- a/dist/popup.html +++ b/dist/popup.html @@ -109,8 +109,8 @@
diff --git a/dist/popup.js b/dist/popup.js index f7ce4b7..3afa1cc 100644 --- a/dist/popup.js +++ b/dist/popup.js @@ -644,10 +644,10 @@ class FeedbackExtension { case 'Bug': issueType = 'Bug'; break; - case 'Feature': - issueType = 'Story'; + case 'Review': + issueType = 'Review'; break; - case 'Improvement': + case 'Task': issueType = 'Task'; break; default: diff --git a/js/popup.js b/js/popup.js index 78e8ad3..d43fa0c 100644 --- a/js/popup.js +++ b/js/popup.js @@ -194,10 +194,10 @@ class FeedbackExtension { case 'Bug': issueType = 'Bug'; break; - case 'Feature': - issueType = 'Story'; + case 'Review': + issueType = 'Review'; break; - case 'Improvement': + case 'Task': issueType = 'Task'; break; default: diff --git a/popup.html b/popup.html index da8b05e..6976f8b 100644 --- a/popup.html +++ b/popup.html @@ -109,8 +109,8 @@