PR comments - switching back to password field to hide the --secret-value--.
This commit is contained in:
parent
001c7b0df8
commit
dd94019fcb
|
@ -169,6 +169,7 @@
|
|||
<EnvDropdown
|
||||
showModal={() => showModal(configKey)}
|
||||
variables={$environment.variables}
|
||||
type={schema[configKey].type}
|
||||
on:change
|
||||
bind:value={config[configKey]}
|
||||
error={$validation.errors[configKey]}
|
||||
|
|
Loading…
Reference in New Issue