fix image alt being null (#15709)

This commit is contained in:
Nitwel
2022-09-23 05:23:48 +02:00
committed by GitHub
parent cb3d775c4e
commit 324b549d9d

View File

@@ -84,7 +84,7 @@
</div>
<div class="field half-right">
<div class="type-label">{{ t('alt_text') }}</div>
<v-input v-model="imageSelection.alt" />
<v-input v-model="imageSelection.alt" :nullable="false" />
</div>
<template v-if="storageAssetTransform === 'all'">
<div class="field half">