Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10dbe7f

Browse files
committed
set run button as default
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent9976f58 commit10dbe7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎web-app/src/containers/Tutorial/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const TutorialPage = (props: PageProps) => {
108108
testStatus,
109109
})
110110

111-
constdisableOptions=processes.length>0&&props.state==='TestRunning'
111+
constdisableOptions=processes.length>0||props.state==='TestRunning'
112112

113113
return(
114114
<div>

‎web-app/src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export const TUTORIAL_LIST_URL: string = process.env.REACT_APP_TUTORIAL_LIST_URL
1414
exportconstSENTRY_DSN:string|null=process.env.REACT_APP_SENTRY_DSN||null
1515

1616
// config variables
17-
exportconstDISPLAY_RUN_TEST_BUTTON=(process.env.CODEROAD_DISPLAY_RUN_TEST_BUTTON||'').toLowerCase()==='true'
17+
exportconstDISPLAY_RUN_TEST_BUTTON=(process.env.CODEROAD_DISPLAY_RUN_TEST_BUTTON||'true').toLowerCase()==='true'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp