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