refactor(sh-admin): updated data sharing doc links + remove disabled property from all inputs in configurations (#3894)

This commit is contained in:
Joel Jacob Stephen
2024-03-13 16:18:27 +05:30
committed by GitHub
parent acfb0189df
commit be7387ed19
4 changed files with 2 additions and 6 deletions

View File

@@ -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"
/>