Skip to content
Snippets Groups Projects
Unverified Commit 2f9abacd authored by Tom Robinson's avatar Tom Robinson
Browse files

Replace instead of push URL in INITIALIZE_QB to avoid double back button issues:

parent 026889cd
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ export const initializeQB = createThunkAction(INITIALIZE_QB, (location, params)
// clean up the url and make sure it reflects our card state
dispatch(updateUrl(card, {
dirty: isCardDirty(card, originalCard),
replaceState: true,
preserveParameters
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment