Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Nov 17, 2023
1 parent 7a8bf14 commit 5c90b64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client/components/ConversationWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export async function triggerSubmit(
setTimeout(() => {
formInputRef.current.value = decodeURIComponent(loginMsgQuery);
submitBtnRef.current.click();
}, 500);

// set it in
}, 1500); // todo: remove timeout and implement a proper fix
}
}

Expand Down

0 comments on commit 5c90b64

Please sign in to comment.