Skip to content

Commit b4e8489

Browse files
chore(ui5-ai-input): fix sample (#12592)
1 parent 28994f1 commit b4e8489

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/ai/test/pages/Input.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ <h1 class="sr-only">AI Input Demo</h1>
191191

192192
currentIndexHistory = versionHistory.length - 1;
193193
currentActionInProgress = null;
194-
isGenerating = false;
195194

196195
if (versionHistory.length === 1) buildMenuFromConfig();
197196

packages/website/docs/_samples/ai/Input/Basic/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ function completeGeneration(action, menuItem) {
157157

158158
currentIndexHistory = versionHistory.length - 1;
159159
currentActionInProgress = null;
160-
isGenerating = false;
161160

162161
if (versionHistory.length === 1) buildMenuFromConfig();
163162

packages/website/docs/_samples/ai/Input/Basic/sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<body style="background-color: var(--sapBackgroundColor)">
1212
<!-- playground-fold-end -->
13-
<div style="height: 150px;">
13+
<div style="height: 200px;">
1414
<ui5-ai-input id="ai-input" placeholder="Ask me something..." style="width: 400px">
1515
<ui5-menu-item text="Generate text" slot="actions" data-menu-action="generate"></ui5-menu-item>
1616
</ui5-ai-input>

0 commit comments

Comments
 (0)