Skip to content

Commit af4342c

Browse files
committed
fix typescript error
1 parent 0b1b744 commit af4342c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-button-inline-create/lib/uui-button-inline-create.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const insertBox = (e: any) => {
3939
e.target.parentElement.insertAdjacentElement('afterend', div);
4040
};
4141

42-
const createBox = (vertical: Boolean) => html` <div
42+
const createBox = (vertical: boolean) => html` <div
4343
style="${vertical ? 'display: grid; grid-template-columns: 1fr auto' : ''}">
4444
<div style="padding: 10px; white-space: nowrap;">
4545
${GetRandomUmbracoWord()}

0 commit comments

Comments
 (0)