mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: fix regression in welcome screen flicker (#2279)
This commit is contained in:
@@ -88,7 +88,7 @@ const getInitialView = (): ViewConfig => {
|
||||
|
||||
// Default case
|
||||
return {
|
||||
view: 'welcome',
|
||||
view: 'loading',
|
||||
viewOptions: {},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user