Skip to content

Commit

Permalink
Fixed test issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonator committed Dec 10, 2024
1 parent 9dabb5f commit f89b1ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const NewThreadForm = () => {
)
.map((group) => group.name);

// eslint-disable-next-line @typescript-eslint/require-await
const handleNewThreadCreation = async () => {
const body = markdownEditorMethodsRef.current!.getMarkdown();

Expand Down

0 comments on commit f89b1ec

Please sign in to comment.