mirror of
https://github.com/directus/directus.git
synced 2026-01-28 02:08:10 -05:00
No need for condition, nullable is already present (#9763)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:disabled="disabled"
|
||||
:placeholder="placeholder"
|
||||
:class="{ matches: fieldExists }"
|
||||
@update:model-value="$emit('update:modelValue', $event.length ? $event : null)"
|
||||
@update:model-value="$emit('update:modelValue', $event)"
|
||||
>
|
||||
<template v-if="fields && fields.length > 0 && !disabled" #append>
|
||||
<v-menu show-arrow placement="bottom-end">
|
||||
|
||||
Reference in New Issue
Block a user