Skip to content

Commit 52e28a3

Browse files
committed
1 parent db84ed0 commit 52e28a3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

adminforth/pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/spa/src/components/ColumnValueInputWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
@update:inValidity="$emit('update:inValidity', { name: column.name, value: $event })"
5454
@update:emptiness="$emit('update:emptiness', { name: column.name, value: $event })"
5555
/>
56-
<div v-if="columnsWithErrors[column.name] && validatingMode && !isValidating" class="af-invalid-field-message mt-1 text-xs text-lightInputErrorColor dark:text-darkInputErrorColor">{{ columnsWithErrors[column.name] }}</div>
56+
<div v-if="columnsWithErrors && columnsWithErrors[column.name] && validatingMode && !isValidating" class="af-invalid-field-message mt-1 text-xs text-lightInputErrorColor dark:text-darkInputErrorColor">{{ columnsWithErrors[column.name] }}</div>
5757
<Spinner v-if="shouldWeShowSpinner" class="w-4 mt-1"/>
5858
<div v-if="column.editingNote && column.editingNote[mode]" class="mt-1 text-xs text-lightFormFieldTextColor dark:text-darkFormFieldTextColor">{{ column.editingNote[mode] }}</div>
5959
</template>

0 commit comments

Comments
 (0)