File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const Example: Story = () => html` <form
74
74
</ uui-input >
75
75
</ div >
76
76
</ uui-form-layout-item >
77
- < uui-button type ="submit " label ="Submit " look ="positive "> Submit </ uui-button >
78
77
79
78
< uui-button type ="reset " label ="Reset " look ="secondary "> Reset </ uui-button >
79
+ < uui-button type ="submit " label ="Submit " look ="positive "> Submit </ uui-button >
80
80
</ form > `;
Original file line number Diff line number Diff line change @@ -109,10 +109,9 @@ export const Overview: Story = () => html` <form
109
109
required />
110
110
</ div >
111
111
< div >
112
+ < uui-button type ="reset " label ="Reset " look ="secondary "> Reset </ uui-button >
112
113
< uui-button type ="submit " label ="Submit " look ="positive ">
113
114
Submit
114
115
</ uui-button >
115
-
116
- < uui-button type ="reset " label ="Reset " look ="secondary "> Reset </ uui-button >
117
116
</ div >
118
117
</ form > `;
You can’t perform that action at this time.
0 commit comments