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