Skip to content

Commit 5741308

Browse files
committed
force new ci
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent bdd7466 commit 5741308

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Configuration/ConfigDangerArea.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<script setup lang="ts">
77
import { ref } from 'vue'
88
import { useRouter } from 'vue-router'
9+
910
import { t } from '@nextcloud/l10n'
1011
import { showError } from '@nextcloud/dialogs'
1112
import NcButton from '@nextcloud/vue/components/NcButton'
@@ -24,9 +25,6 @@ const pollStore = usePollStore()
2425
const showDeleteDialog = ref(false)
2526
const showTransferDialog = ref(false)
2627
27-
/**
28-
*
29-
*/
3028
function toggleArchive() {
3129
try {
3230
pollStore.toggleArchive({ pollId: pollStore.id })

0 commit comments

Comments
 (0)