mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 20:09:50 +03:00
Go to board instead of base on startup
This commit is contained in:
parent
0cacc62c34
commit
3e37ffc095
@ -5,6 +5,6 @@
|
||||
|
||||
$: projectId = $page.params.projectId;
|
||||
$: if (projectId) {
|
||||
goto(`/${projectId}/base`, { replaceState: true });
|
||||
goto(`/${projectId}/board`, { replaceState: true });
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user