We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c48f1 commit c9f558aCopy full SHA for c9f558a
packages/next/src/next-devtools/dev-overlay/shared.ts
@@ -60,7 +60,7 @@ export const ACTION_DEVTOOLS_PANEL_OPEN = 'devtools-panel-open'
60
export const ACTION_DEVTOOLS_PANEL_CLOSE = 'devtools-panel-close'
61
export const ACTION_DEVTOOLS_PANEL_TOGGLE = 'devtools-panel-toggle'
62
63
-export const ACTION_DEVTOOLS_INDICATOR_POSITION = 'dev-tools-indicator-position'
+export const ACTION_DEVTOOLS_INDICATOR_POSITION = 'devtools-indicator-position'
64
65
export const STORAGE_KEY_THEME = '__nextjs-dev-tools-theme'
66
export const STORAGE_KEY_POSITION = '__nextjs-dev-tools-position'
0 commit comments