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 e592b0f commit d869066Copy full SHA for d869066
src/dialog/tooltip/tooltip.stories.ts
@@ -14,7 +14,7 @@ storiesOf("Tooltip", module)
14
})
15
)
16
.addDecorator(withKnobs)
17
- .add("basic", () => ({
+ .add("Basic", () => ({
18
template: `
19
<div>
20
<ng-template #template let-tooltip="tooltip">
0 commit comments