mirror of
https://github.com/believethehype/nostdress.git
synced 2026-06-20 23:48:23 -07:00
fixed duplicate attrib id
Fixed duplicate attribute id
This commit is contained in:
committed by
fiatjaf
parent
554012f28c
commit
5ef6d18c32
@@ -38,7 +38,6 @@
|
||||
<select
|
||||
name="domain"
|
||||
id="domain"
|
||||
id="domain"
|
||||
v-if="domains.length > 1"
|
||||
>
|
||||
<option v-for="domain in domains" :value="domain">
|
||||
|
||||
Reference in New Issue
Block a user