diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 19:57:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 19:57:32 +0300 |
| commit | a14635f4f2338301d707b6acc0d11a4f9de20068 (patch) | |
| tree | 1679bd8c786fc94beda2600c5b153791def4783e /src | |
| parent | dc8f78e84dc2f125407cecd66cfaa814e131713a (diff) | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/mobile_post_status_button/mobile_post_status_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.js b/src/components/mobile_post_status_button/mobile_post_status_button.js index ff2d4eaa..0ad12bb1 100644 --- a/src/components/mobile_post_status_button/mobile_post_status_button.js +++ b/src/components/mobile_post_status_button/mobile_post_status_button.js @@ -52,7 +52,7 @@ const MobilePostStatusButton = { window.removeEventListener('scroll', this.handleScrollEnd) }, openPostForm () { - this.$store.dispatch('openSettingsModal') + this.$store.dispatch('openPostStatusModal') }, handleOSK () { // This is a big hack: we're guessing from changed window sizes if the |
