Merge pull request #868 from Human-Connection/867-fix-vue-warn-enableDeletionValue

Add enableDeletionValue to unlock deletion
This commit is contained in:
Robert Schäfer 2019-06-22 08:54:48 +02:00 committed by GitHub
commit 3c36cad373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ export default {
deleteContributions: false, deleteContributions: false,
deleteComments: false, deleteComments: false,
deleteEnabled: false, deleteEnabled: false,
enableDeletionValue: null,
} }
}, },
computed: { computed: {