Skip to content

Commit 47e918f

Browse files
committed
add scale to story
1 parent 9b0392b commit 47e918f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/next/src/next-devtools/dev-overlay/components/errors/dev-tools-indicator/dev-tools-indicator.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const state: OverlayState = {
6262
// TODO: This will be handled on the next stack——with proper story.
6363
isDevToolsPanelOpen: false,
6464
devToolsPosition: 'bottom-left',
65+
scale: 1,
6566
}
6667

6768
export const StaticRoute: Story = {

0 commit comments

Comments
 (0)