We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f325c commit 74a6520Copy full SHA for 74a6520
dwds/debug_extension_mv3/web/panel.dart
@@ -175,7 +175,7 @@ Future<void> _maybeUpdateFileABugLink() async {
175
final bugLink = document.getElementById(_bugLinkId);
176
if (bugLink == null) return;
177
bugLink.setAttribute(
178
- 'href', 'http://b/issues/new?component=775375&template=1369639');
+ 'href', 'http://b/issues/new?component=775375&template=1791321');
179
}
180
181
0 commit comments