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
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-15 20:25:05 +0300
committerdartcafe <github@dartcafe.de>2021-05-15 20:25:05 +0300
commita3581873b092fc079a94e14bb2f9f7a65ec8b910 (patch)
tree6b784e93bce410ab3c25ae2d3a08ed84a2f853fe /src
parent7609dc2613cf764c910517b843727ac8dae3ef3b (diff)
remove missing component reference
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Shares/SharesPublic.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/components/Shares/SharesPublic.vue b/src/js/components/Shares/SharesPublic.vue
index f2dedde1..d4d1a70e 100644
--- a/src/js/components/Shares/SharesPublic.vue
+++ b/src/js/components/Shares/SharesPublic.vue
@@ -33,7 +33,6 @@
</Actions>
<ActionDelete :title="t('polls', 'Remove share')" @delete="removeShare(share)" />
-
</PublicShareItem>
</TransitionGroup>
@@ -45,7 +44,6 @@
import { mapGetters } from 'vuex'
import { showError } from '@nextcloud/dialogs'
import ActionDelete from '../Actions/ActionDelete'
-import ActionClippy from '../Actions/ActionClippy'
import ButtonDiv from '../Base/ButtonDiv'
import ConfigBox from '../Base/ConfigBox'
import PublicShareItem from './PublicShareItem'
@@ -54,7 +52,6 @@ export default {
name: 'SharesPublic',
components: {
- ActionClippy,
ActionDelete,
ButtonDiv,
ConfigBox,