Skip to content

Commit

Permalink
refactor: removed disabled property from all inputs in configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Mar 12, 2024
1 parent bf98009 commit bbb82c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
:type="
isMasked(provider.name, field.key) ? 'password' : 'text'
"
:disabled="isMasked(provider.name, field.key)"
:autofocus="false"
class="!my-2 !bg-primaryLight flex-1"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<HoppSmartInput
v-model="smtpConfigs.fields[field.key]"
:type="isMasked(field.key) ? 'password' : 'text'"
:disabled="isMasked(field.key)"
:autofocus="false"
class="!my-2 !bg-primaryLight flex-1"
/>
Expand Down

0 comments on commit bbb82c6

Please sign in to comment.