Skip to content

Commit 5202e7e

Browse files
timea-solidTallTed
andauthored
Update src/mainPage/header.ts
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 1a83a8d commit 5202e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mainPage/header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function attachHeaderListeners (header: ManagedHeader) {
9494
const detail = (e as CustomEvent).detail
9595
if (detail?.role === 'login') {
9696
await refreshCurrentHeader()
97-
outliner.showDashboard({ pane: 'profile' }) // upon successfull login, we open the dashboard pane
97+
outliner.showDashboard({ pane: 'profile' }) // upon successful login, we open the dashboard pane
9898
}
9999
})
100100

0 commit comments

Comments
 (0)