Align ember cli template with the rest

This commit is contained in:
Kasper Peulen 2022-11-17 11:58:59 +01:00
parent a80620f38d
commit 59610613a1

View File

@ -4,7 +4,7 @@ import { linkTo } from '@storybook/addon-links';
// More on how to set up stories at: https://storybook.js.org/docs/7.0/ember/writing-stories/introduction // More on how to set up stories at: https://storybook.js.org/docs/7.0/ember/writing-stories/introduction
export default { export default {
title: 'Button', title: 'Example/Button',
render: (args) => ({ render: (args) => ({
template: hbs`<button {{action onClick}}>{{label}}</button>`, template: hbs`<button {{action onClick}}>{{label}}</button>`,
context: args, context: args,