PR comments - switching back to password field to hide the --secret-value--.
This commit is contained in:
parent
67e80975be
commit
0038868208
|
@ -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