Merge remote-tracking branch 'origin/bb/gui' into austin/bb/gui
This commit is contained in:
@@ -472,7 +472,7 @@ export function DesktopController() {
|
||||
onAttachDroppedItems={composer.attachDroppedItems}
|
||||
onAttachImageBlob={composer.attachImageBlob}
|
||||
onBranchInNewChat={messageId => void branchInNewChat(messageId)}
|
||||
onCancel={() => void cancelRun()}
|
||||
onCancel={cancelRun}
|
||||
onDeleteSelectedSession={() => {
|
||||
if (selectedStoredSessionId) {
|
||||
void removeSession(selectedStoredSessionId)
|
||||
|
||||
Reference in New Issue
Block a user