fix: duplicated input ids

This commit is contained in:
s-r-x
2021-07-01 15:10:51 +05:00
parent b0ab1b048d
commit 47cf321eba
13 changed files with 27 additions and 27 deletions

View File

@@ -9,15 +9,15 @@
</div>
</template>
<template #body>
<label for="selectLabel">{{ $t("token_req_name") }}</label>
<label for="selectLabelSaveReq">{{ $t("token_req_name") }}</label>
<input
id="selectLabel"
id="selectLabelSaveReq"
v-model="requestData.name"
class="input"
type="text"
@keyup.enter="saveRequestAs"
/>
<label for="selectLabel">Select location</label>
<label>Select location</label>
<!-- <input class="input" readonly :value="path" /> -->
<CollectionsGraphql