mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
UX updates for building incrementally (#130)
This commit is contained in:
@@ -196,7 +196,7 @@ const ChatImplementer = memo((props: ChatProps) => {
|
||||
});
|
||||
|
||||
await storeMessageHistory(newMessages);
|
||||
|
||||
|
||||
if (!chatStore.currentChat.get()) {
|
||||
toast.error('Failed to initialize chat');
|
||||
setPendingMessageId(undefined);
|
||||
|
||||
Reference in New Issue
Block a user