duplicate identifier for requests fixed (#1346)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Hari Narayanan
2020-11-27 17:12:33 +05:30
committed by GitHub
parent a5a812d3f4
commit 57627367f5
5 changed files with 30 additions and 30 deletions

View File

@@ -23,11 +23,11 @@
</button>
<li>
<input
:aria-label="$t('label')"
:aria-label="$t('token_req_name')"
type="text"
readonly
:value="entry.label"
:placeholder="$t('no_label')"
:value="entry.name"
:placeholder="$t('empty_req_name')"
class="bg-color"
/>
</li>