mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04: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