fix: reactive key-value input placeholders

This commit is contained in:
liyasthomas
2022-02-17 21:00:13 +05:30
parent 3632fe15fa
commit 2f69f723e7
4 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@
<div v-else>
<div
v-for="(header, index) in workingHeaders"
:key="`header-${header.id}`"
:key="`header-${header.id}-${index}`"
class="flex border-b divide-x divide-dividerLight border-dividerLight"
>
<SmartAutoComplete