Skip to content

Commit fa3e11d

Browse files
committed
with issues
1 parent e79dc25 commit fa3e11d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel.stories.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ export const Default: Story = {
2828
args: {
2929
state,
3030
dispatch: () => {},
31-
issueCount: 1,
31+
issueCount: 0,
32+
},
33+
}
34+
35+
export const WithIssues: Story = {
36+
args: {
37+
state,
38+
dispatch: () => {},
39+
issueCount: 3,
3240
},
3341
}

0 commit comments

Comments
 (0)