type='text' is not valid for a <button> and it was triggering a form submit
(cherry picked from commit c0680f4bd6
)
This commit is contained in:
parent
443b26da65
commit
0a023397b1
|
@ -32,7 +32,7 @@
|
||||||
<div class="flex-1" v-else>
|
<div class="flex-1" v-else>
|
||||||
{{ `@${selectedActor.preferredUsername}` }}
|
{{ `@${selectedActor.preferredUsername}` }}
|
||||||
</div>
|
</div>
|
||||||
<o-button type="text" @click="isComponentModalActive = true">
|
<o-button @click="isComponentModalActive = true">
|
||||||
{{ $t("Change") }}
|
{{ $t("Change") }}
|
||||||
</o-button>
|
</o-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue