mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
type='text' is not valid for a <button> and it was triggering a form submit
This commit is contained in:
parent
04ee634594
commit
c0680f4bd6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<div class="flex-1" v-else>
|
||||
{{ `@${selectedActor.preferredUsername}` }}
|
||||
</div>
|
||||
<o-button type="text" @click="isComponentModalActive = true">
|
||||
<o-button @click="isComponentModalActive = true">
|
||||
{{ $t("Change") }}
|
||||
</o-button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue