PR comments - switching back to password field to hide the --secret-value--.

This commit is contained in:
mike12345567 2023-01-30 16:40:31 +00:00
parent 001c7b0df8
commit dd94019fcb
1 changed files with 1 additions and 0 deletions

View File

@ -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]}