mirror of
https://github.com/frappe/books.git
synced 2024-12-31 22:11:48 +00:00
fix: dropdown invalid vnode key
This commit is contained in:
parent
a0eced5fe0
commit
7c99a76e20
@ -29,7 +29,7 @@
|
||||
<template v-else>
|
||||
<div
|
||||
v-for="(d, index) in dropdownItems"
|
||||
:key="index + d.label"
|
||||
:key="`key-${index}`"
|
||||
ref="items"
|
||||
>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user