chore: default_env, env
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user