Skip to content

Commit

Permalink
fix(chat): fix 'cancel' button when change source folder (Issue #3075) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik authored Feb 4, 2025
1 parent 129da52 commit 9cbc875
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,9 @@ export const CodeAppView: FC<ViewProps> = ({
);

handleEdit(confirmSharingRevoke.data);
setConfirmSharingRevoke(undefined);
}

setConfirmSharingRevoke(undefined);
}}
/>
)}
Expand Down

0 comments on commit 9cbc875

Please sign in to comment.