Help messages in overview and detail screen
This commit is contained in:
parent
2cdfbe8266
commit
8ab2d8c1fe
2 changed files with 26 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export interface State {
|
|||
|
||||
const store = create<State>(
|
||||
devtools((set) => ({
|
||||
currentIntroStep: 1,
|
||||
currentIntroStep: 0,
|
||||
currentScene: Scenes.OVERVIEW,
|
||||
currentSubproject: null,
|
||||
participantAnonymous: false,
|
||||
|
|
|
|||
Reference in a new issue