diff --git a/src/components/displays/selfServe/SelfServeQuestionCards.vue b/src/components/displays/selfServe/SelfServeQuestionCards.vue index 0c9c9605..0505e73a 100644 --- a/src/components/displays/selfServe/SelfServeQuestionCards.vue +++ b/src/components/displays/selfServe/SelfServeQuestionCards.vue @@ -4,6 +4,7 @@ import WhiteBoxCard from "@/components/displays/boxes/WhiteBoxCard.vue"; defineProps<{ visibleQuestions: Array<{ id: number; question: string; description?: string }>; answers: Record; + loadingQuestionId?: number | null; }>(); const emit = defineEmits<{ @@ -14,7 +15,14 @@ const emit = defineEmits<{