We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1b744 commit af4342cCopy full SHA for af4342c
packages/uui-button-inline-create/lib/uui-button-inline-create.story.ts
@@ -39,7 +39,7 @@ const insertBox = (e: any) => {
39
e.target.parentElement.insertAdjacentElement('afterend', div);
40
};
41
42
-const createBox = (vertical: Boolean) => html` <div
+const createBox = (vertical: boolean) => html` <div
43
style="${vertical ? 'display: grid; grid-template-columns: 1fr auto' : ''}">
44
<div style="padding: 10px; white-space: nowrap;">
45
${GetRandomUmbracoWord()}
0 commit comments