File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const SupportDropdownMenu: React.FC = () => {
8080
8181該当する場合は、スクリーンショットを添付してください。
8282`
83- : `**Documentation page URL:** ${ window . location . href . replace ( / # .* $ / , '' ) }
83+ : `**Documentation page URL:** ${ window . location . href . replace ( / # .* $ / , '' ) }
8484
8585## Expected behavior
8686
@@ -100,7 +100,11 @@ If applicable, add screenshots to help explain your problem.
100100`
101101 ) ;
102102
103- return `${ repoUrl } ?title=${ issueTitle } &body=${ issueBody } &labels=documentation` ;
103+ const issueUrl = `${ repoUrl } ?title=${ issueTitle } &body=${ issueBody } &labels=documentation` ;
104+
105+ console . log ( "GitHub Issue URL: " , issueUrl ) ; // Debugging line
106+
107+ return issueUrl ;
104108 } ) ( ) : "#" ;
105109
106110 useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments