Skip to content

Commit

Permalink
remove comment in FormTextField
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogquinto committed Oct 10, 2023
1 parent a1843a0 commit 7b1a603
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/components/form/FormTextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<span v-for="(icon, index) in iconsNames" :key="index" class="cursor-pointer" @click="handleIconClick(icon)">
<Icon :name="icon" size="1.5em" :color="getIconColor(icon)" />
</span>
<!-- <span v-if="isIconVisible" @click="changeInputType" class="cursor-pointer">
<Icon name="mdi:eye" size="28px" />
</span> -->
</div>
</template>

Expand Down

0 comments on commit 7b1a603

Please sign in to comment.