Skip to content

Commit

Permalink
refactor(sh-admin): updated data sharing doc links + remove disabled …
Browse files Browse the repository at this point in the history
…property from all inputs in configurations (#3894)
  • Loading branch information
JoelJacobStephen committed Mar 13, 2024
1 parent acfb018 commit be7387e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
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
Expand Up @@ -21,13 +21,12 @@
</HoppSmartToggle>
</div>

<!-- TODO: Update the link below -->
<HoppButtonSecondary
outline
filled
:icon="IconShieldQuestion"
:label="t('configs.data_sharing.see_shared')"
to="http://docs.hoppscotch.io"
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
blank
class="w-min my-2"
/>
Expand Down
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
Expand Up @@ -28,10 +28,9 @@
>
{{ t('data_sharing.toggle_description') }}
</HoppSmartToggle>
<!-- TODO: Update link -->
<HoppSmartAnchor
blank
to="http://docs.hoppscotch.io"
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
:label="t('data_sharing.see_shared')"
class="underline"
/>
Expand Down

0 comments on commit be7387e

Please sign in to comment.