Skip to content

Commit

Permalink
Fix modal props in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Aug 29, 2024
1 parent e7007a1 commit 1799a78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe("when the addNewEditor modal is rendered", () => {
const { container } = setup(
<DndProvider backend={HTML5Backend}>
<AddNewEditorModal
setShowErrorToast={() => {}}
showModal={true}
setShowModal={() => {}}
setShowSuccessToast={() => {}}
Expand Down

0 comments on commit 1799a78

Please sign in to comment.