Remove garbage comments

This commit is contained in:
Daniel S. Hansen
2025-07-29 12:08:36 -07:00
parent a06a79218c
commit 80854e4bf3
2 changed files with 4 additions and 7 deletions
@@ -83,11 +83,9 @@ export function DashboardCanvas({ view, setView, layout, setLayout, onLayoutChan
/* HEADER */
<Tabs.Root
lazyMount
// defaultValue="widget"
value={ view }
// onValueChange={ setView }
// onValueChange={(value) => setView(value)}
// onValueChange={(e) => setView(e.value)}
// Prevent navigation away from 'My Dashboard' while in Edit mode
onValueChange={(e) => {
const nextView = e.value;