Skip to content

Commit

Permalink
Fix typo in onResubmitClick param
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 committed Apr 12, 2024
1 parent 3e4bcdb commit a3c31cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Message/MessageBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface MessageBaseProps {
isLoading: boolean;
hidePreviews?: boolean;
onPrompt?: (prompt?: string) => void;
onResubmitClick?: (promtText?: string) => void;
onResubmitClick?: (promptText?: string) => void;
onDeleteBeforeClick?: () => void;
onDeleteClick?: () => void;
onDeleteAfterClick?: () => void;
Expand Down

0 comments on commit a3c31cc

Please sign in to comment.