refactor(sh-admin): updated data sharing doc links + remove disabled property from all inputs in configurations (#3894)
This commit is contained in:
committed by
GitHub
parent
acfb0189df
commit
be7387ed19
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user