Use db-safe in corresponding m2o field

This commit is contained in:
rijkvanzanten
2020-09-03 18:25:42 -04:00
parent 249891505a
commit 4828d3364b

View File

@@ -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>