Skip to content

Commit

Permalink
restore generate response
Browse files Browse the repository at this point in the history
  • Loading branch information
lorev101 committed Oct 16, 2024
1 parent 246e9fc commit 58868a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js-packages/search-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export function App() {
)}
</button>
</div>
{/* <div
<div
ref={(element) =>
openk9.updateConfiguration({
generateResponse: element,
Expand All @@ -623,7 +623,7 @@ export function App() {
color: black;
display: ${isPanelVisible ? "block" : "none"};
`}
></div> */}
></div>
</div>
)}

Expand Down

0 comments on commit 58868a7

Please sign in to comment.