Skip to content

Commit

Permalink
fix: fix types error
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Nov 25, 2024
1 parent 2bdb68c commit d480b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface MessageToolbarEvents {
}

export interface MessageToolbarProps
extends Omit<BaseToolbarProps, 'children'>,
extends Omit<BaseToolbarProps, 'buildChildren'>,
MessageToolbarEvents {
conversation: Conversation
}
Expand Down

0 comments on commit d480b8e

Please sign in to comment.