Skip to content

Commit 70a5be0

Browse files
committed
refac
1 parent b850b8a commit 70a5be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/admin/Settings/CodeExecution.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
</div>
170170
</div>
171171

172-
{#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
172+
{#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
173173
<div class="text-gray-500 text-xs">
174174
{$i18n.t(
175175
'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'

0 commit comments

Comments
 (0)