mirror of
https://github.com/directus/directus.git
synced 2026-02-16 13:14:55 -05:00
Use correct interface in dropdown choices
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineInterface({
|
||||
type: 'string',
|
||||
name: '$t:text',
|
||||
meta: {
|
||||
interface: 'input',
|
||||
interface: 'system-input-translated-string',
|
||||
width: 'half',
|
||||
options: {
|
||||
placeholder: '$t:interfaces.select-dropdown.choices_name_placeholder',
|
||||
|
||||
Reference in New Issue
Block a user