Skip to content

Commit

Permalink
chore: re route to aila
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 18, 2024
1 parent 2da17bc commit b2f1142
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 @@ const ClearChatHistory = ({ closeDialog }: { closeDialog: () => void }) => {
onSuccess() {
toast.success("Chat history cleared");
closeDialog();
router.push("/");
router.push("/aila");
},
onError() {
toast.error("Failed to clear chat history");
Expand Down

0 comments on commit b2f1142

Please sign in to comment.