Merge pull request #887 from guchongxi/bugfix/886

This commit is contained in:
Liyas Thomas
2020-05-20 17:36:45 +05:30
committed by GitHub

View File

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