mirror of
https://github.com/directus/directus.git
synced 2026-01-25 22:18:25 -05:00
fix image alt being null (#15709)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user