Skip to content

Commit 19a4c8e

Browse files
Fix the setting to enable the 'run' button for notebooks in staging
1 parent 7e9f5d2 commit 19a4c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.deployment-envs/.env.staging

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ NEXT_PUBLIC_SANITY_DATASET="staging"
2828
# AI Agent service from Machine Learning team
2929
NEXT_PUBLIC_AI_AGENT_URL="https://staging.openbraininstitute.org/api/agent/"
3030

31-
NEXT_PUBLIC_ENABLE_RUN_NOTEBOOK=True
31+
NEXT_PUBLIC_ENABLE_RUN_NOTEBOOK=true
32+

0 commit comments

Comments
 (0)