Skip to content

Commit 978ef66

Browse files
committed
Frontend: Remove v-mask attributes due to errors photoprism#3168
Signed-off-by: Michael Mayer <[email protected]>
1 parent a1242a4 commit 978ef66

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/component/photo/edit/details.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
autocapitalize="none"
118118
hide-details
119119
return-masked-value
120-
v-mask="'##:##:##'"
121120
density="comfortable"
122121
class="input-local-time"
123122
></v-text-field>

frontend/src/page/connect.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
v-model="form.token"
124124
single-line
125125
hide-details
126-
v-mask="tokenMask"
127126
return-masked-value
128127
autocomplete="off"
129128
:placeholder="$gettext('Activation Code')"

0 commit comments

Comments
 (0)