mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix creating custom names for recommend collection fields on new collection setup drawer (#6451)
Fixes #6381
This commit is contained in:
@@ -80,8 +80,7 @@
|
||||
v-model="info.name"
|
||||
class="monospace"
|
||||
:class="{ active: info.enabled }"
|
||||
clickable
|
||||
@click="info.enabled = true"
|
||||
@focus="info.enabled = true"
|
||||
>
|
||||
<template #prepend>
|
||||
<v-checkbox v-model="info.enabled" />
|
||||
|
||||
Reference in New Issue
Block a user