Fixed header delete
This commit is contained in:
@@ -747,7 +747,7 @@
|
||||
></textarea>
|
||||
</li>
|
||||
</ul>
|
||||
<ul v-for="(header, index) in headers" :key="index">
|
||||
<ul v-for="(header, index) in headers" :key="`${header.key}_${index}`">
|
||||
<li>
|
||||
<autocomplete
|
||||
:placeholder="$t('header_count', { count: index + 1 })"
|
||||
|
||||
Reference in New Issue
Block a user