Skip to content

Commit

Permalink
Remove unneeded mutation mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jun 25, 2021
1 parent c8cc4d8 commit 4471b5e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,7 @@ export default {
methods: {
...mapActions('Files', ['removeFilesFromTrashbin', 'resetFileSelection', 'setHighlightedFile']),
...mapActions(['showMessage']),
...mapMutations('Files', [
'LOAD_FILES',
'SELECT_RESOURCES',
'CLEAR_CURRENT_FILES_LIST',
'UPDATE_RESOURCE'
]),
...mapMutations('Files', ['SELECT_RESOURCES', 'UPDATE_RESOURCE']),
restoreFiles(resources = this.selectedFiles) {
for (const resource of resources) {
Expand Down

0 comments on commit 4471b5e

Please sign in to comment.