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="selectLabelEnvAdd">{{ $t("label") }}</label>
|
||||
<input
|
||||
id="selectLabel"
|
||||
id="selectLabelEnvAdd"
|
||||
v-model="name"
|
||||
class="input"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user