Misc fixes (#1298)
This commit is contained in:
parent
e4142a976e
commit
31e6f41de9
2 changed files with 12 additions and 12 deletions
|
|
@ -130,7 +130,7 @@ function PureMultimodalInput({
|
|||
const [uploadQueue, setUploadQueue] = useState<string[]>([]);
|
||||
|
||||
const submitForm = useCallback(() => {
|
||||
window.history.replaceState({}, "", `/chat/${chatId}`);
|
||||
window.history.pushState({}, "", `/chat/${chatId}`);
|
||||
|
||||
sendMessage({
|
||||
role: "user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue