Skip to content
Snippets Groups Projects
Commit 6c8e6468 authored by Kyle Doherty's avatar Kyle Doherty Committed by Cam Saül
Browse files

start in non editing mode when a new query is initialized (#4151)

parent 66e5c195
Branches
Tags
No related merge requests found
......@@ -103,7 +103,7 @@ export const initializeQB = createThunkAction(INITIALIZE_QB, (location, params)
const { currentUser } = getState();
let card, databases, originalCard, uiControls = {};
let card, databases, originalCard, uiControls = { isEditing: false };
// always start the QB by loading up the databases for the application
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment