Skip to content

Commit

Permalink
feat(ControlButtons.test.tsx): add format and emoji buttons to defaul…
Browse files Browse the repository at this point in the history
…t params
  • Loading branch information
olafsulich committed Jan 2, 2025
1 parent db4ec30 commit f5237f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const defaultParams: PropsType = {
onSelectFiles: jest.fn(),
onSelectImages: jest.fn(),
showGiphyButton: true,
showFormatButton: true,
showEmojiButton: true,
isFormatActive: true,
isEmojiActive: true,
onFormatClick: jest.fn(),
Expand Down

0 comments on commit f5237f5

Please sign in to comment.