Remove garbage comments
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user