Skip to content

Commit

Permalink
fix: label prop not being passed to password input (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Jul 31, 2023
1 parent 02ce52d commit 895017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Form/Password.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="relative">
<FormTextField v-model="value" placeholder="Password" label="Password" :type="inputType"> </FormTextField>
<FormTextField v-model="value" placeholder="Password" :label="label" :type="inputType"> </FormTextField>
<button
type="button"
class="inline-flex p-1 ml-1 justify-center mt-auto mb-3 tooltip absolute top-11 right-3"
Expand Down

0 comments on commit 895017b

Please sign in to comment.