Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
greywen committed Dec 6, 2024
1 parent 294478e commit 00d4187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FE/components/Chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const ChatInput = ({
prompts={filteredPrompts}
onSelect={handleInitModal}
onMouseOver={setActivePromptIndex}
ref={promptListRef}
promptListRef={promptListRef}
/>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/FE/components/Chat/SystemPrompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const SystemPrompt: FC<Props> = ({
prompts={filteredPrompts}
onSelect={handleInitModal}
onMouseOver={setActivePromptIndex}
ref={promptListRef}
promptListRef={promptListRef}
/>
</div>
)}
Expand Down

0 comments on commit 00d4187

Please sign in to comment.