Skip to content

Commit c9f558a

Browse files
committed
devtools
1 parent b7c48f1 commit c9f558a

File tree

1 file changed

+1
-1
lines changed
  • packages/next/src/next-devtools/dev-overlay

1 file changed

+1
-1
lines changed

packages/next/src/next-devtools/dev-overlay/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const ACTION_DEVTOOLS_PANEL_OPEN = 'devtools-panel-open'
6060
export const ACTION_DEVTOOLS_PANEL_CLOSE = 'devtools-panel-close'
6161
export const ACTION_DEVTOOLS_PANEL_TOGGLE = 'devtools-panel-toggle'
6262

63-
export const ACTION_DEVTOOLS_INDICATOR_POSITION = 'dev-tools-indicator-position'
63+
export const ACTION_DEVTOOLS_INDICATOR_POSITION = 'devtools-indicator-position'
6464

6565
export const STORAGE_KEY_THEME = '__nextjs-dev-tools-theme'
6666
export const STORAGE_KEY_POSITION = '__nextjs-dev-tools-position'

0 commit comments

Comments
 (0)