diff --git a/components/ui/ModerationChecklist.vue b/components/ui/ModerationChecklist.vue index 800784f51f..15e25d6fde 100644 --- a/components/ui/ModerationChecklist.vue +++ b/components/ui/ModerationChecklist.vue @@ -275,7 +275,8 @@
@@ -740,6 +748,7 @@ import { PlusIcon, Checkbox, ChartIcon, + EyeIcon, renderString, isRejected, isUnderReview, @@ -1159,8 +1168,10 @@ async function copyId() { const collapsedChecklist = ref(false) const showModerationChecklist = ref(false) +const futureProjects = ref([]) if (process.client && history && history.state && history.state.showChecklist) { showModerationChecklist.value = true + futureProjects.value = history.state.projects }