Skip to content

Commit

Permalink
Merge pull request #419 from cytoscape/CW-515
Browse files Browse the repository at this point in the history
Fix CW-515
  • Loading branch information
GAOChengzhan authored Feb 7, 2025
2 parents e8c7968 + bdba79c commit 4e123e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToolBar/HelpMenu/BugReportMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const BugReportMenuItem = ({ handleClose }: BugReportMenuItemProps): Reac
},
// {{ edit_1 }} Adding fieldValues for the issue collector
fieldValues: {
summary: "",
summary: "CyWeb: ",
description: "How to reproduce the bug in Cytoscape Web:\n\n" + getIssueEnvironment()
}
}
Expand Down

0 comments on commit 4e123e1

Please sign in to comment.