From ecdda5cb45cc85718fb73e7577ba61e27dd20b3d Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 31 May 2024 14:46:08 +0800 Subject: [PATCH] Update Thread.vue --- components/i/action/Thread.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i/action/Thread.vue b/components/i/action/Thread.vue index 195e7d5..6b84b0b 100644 --- a/components/i/action/Thread.vue +++ b/components/i/action/Thread.vue @@ -30,7 +30,7 @@ const actionItems = computed(() => { label: '更改合集', icon: 'i-heroicons-squares-plus', click: () => { - + $openLibrarySelect(props.c_id, [props.collection_id]) } }, { -- GitLab