Skip to content

Commit 74a6520

Browse files
authored
[MV3 Debug Extension] Use new Dart Debug Extension bug template (#1992)
1 parent c1f325c commit 74a6520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/debug_extension_mv3/web/panel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Future<void> _maybeUpdateFileABugLink() async {
175175
final bugLink = document.getElementById(_bugLinkId);
176176
if (bugLink == null) return;
177177
bugLink.setAttribute(
178-
'href', 'http://b/issues/new?component=775375&template=1369639');
178+
'href', 'http://b/issues/new?component=775375&template=1791321');
179179
}
180180
}
181181

0 commit comments

Comments
 (0)