Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Move nav to inside of sheetstack
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Aug 12, 2024
1 parent dae4b98 commit 7114bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/music/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ WebGen({
},
});

sheetStack.setDefault(musicMenu);
sheetStack.setDefault(Vertical(DynaNavigation("Music"), musicMenu));

Body(Vertical(DynaNavigation("Music"), sheetStack));
Body(sheetStack);

renewAccessTokenIfNeeded()
.then(async () => {
Expand Down

0 comments on commit 7114bfa

Please sign in to comment.