diff --git a/src/components/molecules/RunSettings.tsx b/src/components/molecules/RunSettings.tsx index 88502738..76b2c4d7 100644 --- a/src/components/molecules/RunSettings.tsx +++ b/src/components/molecules/RunSettings.tsx @@ -66,13 +66,12 @@ export const RunSettingsModal = ({ isOpen, handleStart, handleClose, isTask, par setShowInterpreterSettings(!showInterpreterSettings)} />} - label="Show Interpreter Settings" + label="Developer Mode Settings" sx={{ margin: '20px 0px' }} /> {showInterpreterSettings && ( - Interpreter settings: )} - + );