Pass default config values to instance dialog

This commit is contained in:
2025-11-14 23:07:30 +01:00
parent 7544fbb1ce
commit c04c952293
7 changed files with 161 additions and 92 deletions

View File

@@ -18,7 +18,6 @@ const EnvVarsInput: React.FC<EnvVarsInputProps> = (props) => {
keyPlaceholder="Variable name"
valuePlaceholder="Variable value"
addButtonText="Add Variable"
helperText="Environment variables that will be passed to the backend process"
allowEmptyValues={false}
/>
)