mirror of
https://github.com/directus/directus.git
synced 2026-02-01 10:34:58 -05:00
Fix input/value
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<v-card-text>
|
||||
<div class="fields">
|
||||
<v-input autofocus v-model="values.name" :placeholder="t('dashboard_name')" />
|
||||
<interface-select-icon v-model="values.icon" />
|
||||
<interface-select-icon @input="values.icon = $event" :value="values.icon" />
|
||||
<v-input class="full" v-model="values.note" :placeholder="t('note')" />
|
||||
</div>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user