mirror of
https://github.com/directus/directus.git
synced 2026-01-28 03:38:07 -05:00
Use db-safe in corresponding m2o field
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="type-label">{{ $t('corresponding_field_name') }}</div>
|
||||
<v-input :disabled="hasCorresponding === false" v-model="correspondingField" />
|
||||
<v-input :disabled="hasCorresponding === false" v-model="correspondingField" db-safe />
|
||||
</div>
|
||||
<v-icon name="arrow_forward" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user