Skip to content

Commit d1c67fe

Browse files
committed
replaced leftover hasError with false
1 parent 0a29b93 commit d1c67fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AuthorCardViewing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<q-card
33
bordered
4-
v-bind:class="['bg-formcard', authorErrors.hasError ? 'red-border' : '']"
4+
v-bind:class="['bg-formcard', false ? 'red-border' : '']"
55
flat
66
style="display: flex; flex-direction: row"
77
>

0 commit comments

Comments
 (0)