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

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