From 70a5be08c74e7856944ed0b4570489cca6f5182a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 17 Feb 2025 16:33:14 -0800 Subject: [PATCH] refac --- src/lib/components/admin/Settings/CodeExecution.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/admin/Settings/CodeExecution.svelte b/src/lib/components/admin/Settings/CodeExecution.svelte index 49078beca..cbce8e0e9 100644 --- a/src/lib/components/admin/Settings/CodeExecution.svelte +++ b/src/lib/components/admin/Settings/CodeExecution.svelte @@ -169,7 +169,7 @@ - {#if config.CODE_EXECUTION_ENGINE === 'jupyter'} + {#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
{$i18n.t( 'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'