mirror of
https://github.com/directus/directus.git
synced 2026-01-26 04:17:58 -05:00
Fix collection form not saving
This commit is contained in:
@@ -588,6 +588,7 @@ rows:
|
||||
interface: repeater
|
||||
locked: true
|
||||
options:
|
||||
template: '{{ locale }}'
|
||||
fields:
|
||||
- field: locale
|
||||
type: string
|
||||
|
||||
@@ -52,10 +52,10 @@
|
||||
<v-form
|
||||
collection="directus_collections"
|
||||
:loading="loading"
|
||||
:initial-values="item"
|
||||
:initial-values="item && item.system"
|
||||
:batch-mode="isBatch"
|
||||
:primary-key="collection"
|
||||
v-model="edits"
|
||||
v-model="edits.system"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user