chore: default_env, env

This commit is contained in:
jialin
2026-01-30 20:48:55 +08:00
committed by Lawrence Li
parent d3a0c6a330
commit 56985be26b
9 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const AddModal: React.FC<AddModalProps> = (props) => {
'run_command',
'custom_framework',
'entrypoint',
'environment'
'env'
];
// remove '-custom' suffix from version_no in currentData, when action is EDIT
@@ -48,7 +48,7 @@ const VersionInfoModal: React.FC<VersionInfoModalProps> = ({
'image_name',
'run_command',
'entrypoint',
'environment',
'env',
'backend_source'
]),
is_default: key === currentData.default_version,