Skip to content

Commit

Permalink
fix: save session status in persistent memory (DX-1549) (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabondar authored Mar 15, 2024
1 parent 166e334 commit 3640462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const useRuntimeState = ({ assistant, config }: Settings) => {

const close = () => {
broadcast({ type: BroadcastType.CLOSE });

saveSession(assistant.persistence, config.verify.projectID, sessionRef.current);
setOpen(false);
};

Expand Down

0 comments on commit 3640462

Please sign in to comment.