From 8b1058e5777e15520f91376b810d72840802d2c1 Mon Sep 17 00:00:00 2001 From: Fahid Latheef Alungal Date: Sun, 16 Feb 2025 18:27:38 +0530 Subject: [PATCH] fix: fixed issue in which submissions are not reflected gracefully until page reload ListView throws error if initialized without emptyState which was causing the component to not reload when number of submissions was 0. --- frontend/src/components/Quiz.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index b925cb7f..149e1f4b 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -258,14 +258,22 @@