Skip to content

Commit 8191cb2

Browse files
committed
fix product_type
1 parent 9dd5d2c commit 8191cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/background/api/ui/pages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export class PagesApi {
242242
const params: ForwardParams = {
243243
action: ForwardAction.IssueReport,
244244
from,
245-
product_type: 'Extension',
245+
product_type: 'Ext',
246246
manifest_version: encodeURIComponent(manifestDetails.manifest_version),
247247
product_version: encodeURIComponent(manifestDetails.version),
248248
url: encodeURIComponent(siteUrl),

0 commit comments

Comments
 (0)