Skip to content

Commit 77b4bdb

Browse files
committed
Merge branch 'feature/uui-form-as-a-wrapper' of https://github.com/umbraco/Umbraco.UI into feature/uui-form-as-a-wrapper
2 parents de0aab4 + 9425f85 commit 77b4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-form-layout-item/lib/uui-form-layout-item.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const AAAOverview: Story = () => html`
2323
AAAOverview.storyName = 'Overview';
2424

2525
export const Example: Story = () => html` <uui-form>
26-
<form is="uui-form" style="max-width: 800px;">
26+
<form style="max-width: 800px;">
2727
<uui-form-layout-item>
2828
<uui-label slot="label" for="phoneInput" required>Phone number</uui-label>
2929
<span slot="description"

0 commit comments

Comments
 (0)