fix: duplicated input ids
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelAdd">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelAdd"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelAddFolder">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelAddFolder"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelEdit">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelEdit"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelEditFolder">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelEditFolder"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelEditReq">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelEditReq"
|
||||||
v-model="requestUpdateData.name"
|
v-model="requestUpdateData.name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,15 +9,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("token_req_name") }}</label>
|
<label for="selectLabelSaveReq">{{ $t("token_req_name") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelSaveReq"
|
||||||
v-model="requestData.name"
|
v-model="requestData.name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
@keyup.enter="saveRequestAs"
|
@keyup.enter="saveRequestAs"
|
||||||
/>
|
/>
|
||||||
<label for="selectLabel">Select location</label>
|
<label>Select location</label>
|
||||||
<!-- <input class="input" readonly :value="path" /> -->
|
<!-- <input class="input" readonly :value="path" /> -->
|
||||||
|
|
||||||
<CollectionsGraphql
|
<CollectionsGraphql
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelGqlAdd">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelGqlAdd"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelGqlAddFolder">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelGqlAddFolder"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelGqlEdit">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelGqlEdit"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelGqlEditFolder">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelGqlEditFolder"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelGqlEditReq">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelGqlEditReq"
|
||||||
v-model="requestUpdateData.name"
|
v-model="requestUpdateData.name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelEnvAdd">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelEnvAdd"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<label for="selectLabel">{{ $t("label") }}</label>
|
<label for="selectLabelEnvEdit">{{ $t("label") }}</label>
|
||||||
<input
|
<input
|
||||||
id="selectLabel"
|
id="selectLabelEnvEdit"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user