Skip to content
Snippets Groups Projects
Unverified Commit 5f437eb5 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins
Browse files

fix: intra-app navigation

parent 4d1a5142
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,9 @@ export default function ConfigServer() {
}
async function onCreateTestFile() {
await send('set-server-url', { url: null });
await dispatch(createBudget({ testMode: true }));
await onSkip();
window.__history.push('/');
}
return (
......
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