We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd7466 commit 5741308Copy full SHA for 5741308
src/components/Configuration/ConfigDangerArea.vue
@@ -6,6 +6,7 @@
6
<script setup lang="ts">
7
import { ref } from 'vue'
8
import { useRouter } from 'vue-router'
9
+
10
import { t } from '@nextcloud/l10n'
11
import { showError } from '@nextcloud/dialogs'
12
import NcButton from '@nextcloud/vue/components/NcButton'
@@ -24,9 +25,6 @@ const pollStore = usePollStore()
24
25
const showDeleteDialog = ref(false)
26
const showTransferDialog = ref(false)
27
-/**
28
- *
29
- */
30
function toggleArchive() {
31
try {
32
pollStore.toggleArchive({ pollId: pollStore.id })
0 commit comments