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 3695d06 commit 7af75e5Copy full SHA for 7af75e5
src/dialog/overflow-menu/overflow-menu.stories.ts
@@ -9,7 +9,7 @@ function createOptions(count: number): Array<string> {
9
if (options && count === options.length) {
10
return options;
11
}
12
- options = Array(count).fill(0).map((x, i) => "Option " + (i+1));
+ options = Array(count).fill(0).map((x, i) => "Option " + (i + 1));
13
14
15
0 commit comments