We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadb04d commit 40bc2eaCopy full SHA for 40bc2ea
packages/standalone-ui/src/views/StudyView.vue
@@ -35,7 +35,7 @@ const user = getDataLayer().getUserDB();
35
const dataLayer = getDataLayer();
36
const configStore = useConfigStore();
37
const sessionPrepared = ref(false);
38
-const sessionTimeLimit = ref(configStore.config.sessionTimeLimit);
+const sessionTimeLimit = ref(Number(configStore.config.sessionTimeLimit));
39
const sessionContentSources = ref<ContentSourceID[]>([]);
40
const studySessionConfig = ref<StudySessionConfig>({
41
likesConfetti: configStore.config.likesConfetti,
0 commit comments