Fix broken quiz sharing function (actually save all necessay state)

This commit is contained in:
2021-01-16 16:50:44 +01:00
parent 57846a83c9
commit 1cf2c3c446
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
const defaultState = {
style: 'FSCzech', // enum of { FSG, FSA, FSN, FSEast, FSCzech, FSSpain, FSSwitzerland }
style: 'FSG',
id: null,
title: null,
running: false,