Skip to content

Commit 7b20d26

Browse files
authored
Keep layout at v2 (#10006)
Partial revert of bodies pane.
1 parent 4c473f7 commit 7b20d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layout/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
import { LAYOUT_SAVE_THROTTLE } from '@src/lib/constants'
2828

2929
/** Most recent layout system version */
30-
export const LATEST_LAYOUT_VERSION: LayoutWithMetadata['version'] = 'v3'
30+
export const LATEST_LAYOUT_VERSION: LayoutWithMetadata['version'] = 'v2'
3131

3232
// Attempt to load a persisted layout
3333
const defaultLayoutLoadResult = loadLayout('default')

0 commit comments

Comments
 (0)