1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

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

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