mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 18:43:25 +00:00
[CL-372] Add required type attr to buttons in stories (#15892)
This commit is contained in:
@@ -49,10 +49,10 @@ export const Base: Story = {
|
||||
render: (args) => {
|
||||
return {
|
||||
props: args,
|
||||
template: `
|
||||
template: /*html*/ `
|
||||
<bit-banner ${formatArgsForCodeSnippet<BannerComponent>(args)}>
|
||||
Content Really Long Text Lorem Ipsum Ipsum Ipsum
|
||||
<button bitLink linkType="secondary">Button</button>
|
||||
<button type="button" bitLink linkType="secondary">Button</button>
|
||||
</bit-banner>
|
||||
`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user