mirror of
https://github.com/directus/directus.git
synced 2026-01-29 05:27:58 -05:00
Merge pull request #2900 from directus/patch-3
Updating one-to-many relationship fields form
This commit is contained in:
@@ -97,7 +97,12 @@
|
||||
<div class="corresponding" v-if="!isExisting">
|
||||
<div class="field">
|
||||
<div class="type-label">{{ $t('create_field') }}</div>
|
||||
<v-checkbox block :label="correspondingLabel" v-model="hasCorresponding" />
|
||||
<v-checkbox
|
||||
block
|
||||
:disabled="isExisting"
|
||||
:label="correspondingLabel"
|
||||
v-model="hasCorresponding"
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="type-label">{{ $t('field_name') }}</div>
|
||||
|
||||
Reference in New Issue
Block a user