fix: duplicated input ids
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<template #body>
|
||||
<label for="selectLabel">{{ $t("label") }}</label>
|
||||
<label for="selectLabelGqlAdd">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelGqlAdd"
|
||||
v-model="name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<template #body>
|
||||
<label for="selectLabel">{{ $t("label") }}</label>
|
||||
<label for="selectLabelGqlAddFolder">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelGqlAddFolder"
|
||||
v-model="name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<template #body>
|
||||
<label for="selectLabel">{{ $t("label") }}</label>
|
||||
<label for="selectLabelGqlEdit">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelGqlEdit"
|
||||
v-model="name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<template #body>
|
||||
<label for="selectLabel">{{ $t("label") }}</label>
|
||||
<label for="selectLabelGqlEditFolder">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelGqlEditFolder"
|
||||
v-model="name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<template #body>
|
||||
<label for="selectLabel">{{ $t("label") }}</label>
|
||||
<label for="selectLabelGqlEditReq">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelGqlEditReq"
|
||||
v-model="requestUpdateData.name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user