forked from AkkomaGang/akkoma-fe
remove unnecessary type=button
This commit is contained in:
parent
9d6f233202
commit
cecf3d4f89
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
<a
|
<a
|
||||||
v-if="newStatus.contentType !== 'text/plain' && !showPreview"
|
v-if="newStatus.contentType !== 'text/plain' && !showPreview"
|
||||||
class="preview-start"
|
class="preview-start"
|
||||||
type="button"
|
|
||||||
@click.stop.prevent="previewStatus(newStatus)"
|
@click.stop.prevent="previewStatus(newStatus)"
|
||||||
>
|
>
|
||||||
{{ $t('status.preview') }}
|
{{ $t('status.preview') }}
|
||||||
|
|
Loading…
Reference in a new issue