No need for condition, nullable is already present (#9763)

This commit is contained in:
José Varela
2021-11-12 15:53:26 +00:00
committed by GitHub
parent 6fbbcff0ee
commit cf01cb8b51

View File

@@ -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">