From 157a3b907dab44232e73e7ef54a48ee15e30f6ca Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Wed, 23 Jun 2021 16:26:29 -0400 Subject: [PATCH] chore: add showedOnBoardingModal back to allowed state keys (#17086) --- packages/server/lib/saved_state.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/server/lib/saved_state.js b/packages/server/lib/saved_state.js index 07e48f7ec897..e63e492900a8 100644 --- a/packages/server/lib/saved_state.js +++ b/packages/server/lib/saved_state.js @@ -9,6 +9,8 @@ const { fs } = require('./util/fs') const stateFiles = {} +// TODO: remove `showedOnBoardingModal` from this list - it is only included so that misleading `allowed` are not thrown +// now that it has been removed from use const allowed = ` appWidth appHeight @@ -22,6 +24,7 @@ browserY isAppDevToolsOpen isBrowserDevToolsOpen reporterWidth +showedOnBoardingModal showedNewProjectBanner firstOpenedCypress showedStudioModal