mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
[editor][bug] reset button triggered on enter
This commit is contained in:
parent
f14b2b61fa
commit
ca3593a758
@ -173,7 +173,7 @@
|
||||
</p>
|
||||
<div class="input-group mb-3">
|
||||
<input type="date" class="form-control form-control-sm" v-model="birthday"/>
|
||||
<button class="btn btn-outline-danger btn-sm" type="button" v-if="birthday !== null" @click="birthday = null">
|
||||
<button type="button" class="btn btn-outline-danger btn-sm" v-if="birthday !== null" @click="birthday = null">
|
||||
<Icon v="times"/>
|
||||
</button>
|
||||
</div>
|
||||
@ -185,7 +185,7 @@
|
||||
<Icon v="scroll-old"/>
|
||||
<T>profile.words</T>
|
||||
</h3>
|
||||
<button class="btn btn-outline-warning btn-sm" @click.prevent="resetWords">
|
||||
<button type="button" class="btn btn-outline-warning btn-sm" @click.prevent="resetWords">
|
||||
<T>profile.editor.defaults</T>
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user