Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-10-15 01:09:04 +0300
committerdartcafe <github@dartcafe.de>2021-10-15 01:09:04 +0300
commiteb64a8c6c2b1ee373c81d3751e73ffbfce890496 (patch)
tree22e3adcacd8b2b62dbcb2f2ea9b93425e4166cb6 /src/js/components/SideBar
parent4b84b06e109182afae3980e3cb4961f0c2238cc2 (diff)
vue/no-unused-properties
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabShare.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/js/components/SideBar/SideBarTabShare.vue b/src/js/components/SideBar/SideBarTabShare.vue
index 5db8400e..995bd5c7 100644
--- a/src/js/components/SideBar/SideBarTabShare.vue
+++ b/src/js/components/SideBar/SideBarTabShare.vue
@@ -57,12 +57,6 @@ export default {
allowPublicShares: (state) => state.poll.acl.allowPublicShares,
}),
},
-
- methods: {
- removeShare(share) {
- this.$store.dispatch('shares/delete', { share })
- },
- },
}
</script>