Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
apps/containers: Show env default value as placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Jan 31, 2024
1 parent 3820d3f commit a946d44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function EnvVariableInput(props: Readonly<Props>) {
id,
value,
name: env.name,
placeholder: env.default,
onChange: (e: any) => onChange(e.target.value),
type: env.secret ? "password" : undefined,
disabled,
Expand Down

0 comments on commit a946d44

Please sign in to comment.