diff --git a/web/src/components/InterviewCard.vue b/web/src/components/InterviewCard.vue index dea5313..1955f7d 100644 --- a/web/src/components/InterviewCard.vue +++ b/web/src/components/InterviewCard.vue @@ -12,6 +12,7 @@ const props = defineProps<{ const emit = defineEmits<{ move: [jobId: number, preSelectedStage?: PipelineStage] prep: [jobId: number] + survey: [jobId: number] }>() // Signal state @@ -180,6 +181,11 @@ const columnColor = computed(() => {