mirror of
https://github.com/directus/directus.git
synced 2026-01-23 08:58:22 -05:00
Make duplicate field db-safe
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
|
||||
<div class="field">
|
||||
<span class="type-label">{{ $tc('field', 0) }}</span>
|
||||
<v-input class="monospace" v-model="duplicateName" />
|
||||
<v-input class="monospace" v-model="duplicateName" db-safe />
|
||||
</div>
|
||||
</div>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user