Skip to content

Commit

Permalink
Remove actions import
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Apr 20, 2020
1 parent d4126b9 commit 52b4574
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/files/src/components/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</template>

<script>
import { mapActions } from 'vuex'
import Mixins from '../mixins'
export default {
Expand All @@ -38,8 +37,6 @@ export default {
requestType: { type: String, default: 'PUT' }
},
methods: {
...mapActions(['showMessage']),
triggerUpload() {
this.$refs.input.click()
}
Expand Down

0 comments on commit 52b4574

Please sign in to comment.