diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-28 13:03:25 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-28 13:03:25 +0300 |
| commit | cecf3d4f8999d247378bfb4ee444348d5d4eba0a (patch) | |
| tree | f8244431188a5352136a1c73f9f81c0ee1f5459d /src | |
| parent | 9d6f2332024a86a6d51ec92fd2fb77e27f749fd1 (diff) | |
remove unnecessary type=button
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 31fac47b..f1455cfd 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -19,7 +19,6 @@ <a v-if="newStatus.contentType !== 'text/plain' && !showPreview" class="preview-start" - type="button" @click.stop.prevent="previewStatus(newStatus)" > {{ $t('status.preview') }} |
