From 9cbc87521b30cb23b70e0191e098141cba45b12c Mon Sep 17 00:00:00 2001 From: Alexander <98586297+Alexander-Kezik@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:22:57 +0100 Subject: [PATCH] fix(chat): fix 'cancel' button when change source folder (Issue #3075) (#3082) --- .../Common/ApplicationWizard/CodeAppView/CodeAppView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/chat/src/components/Common/ApplicationWizard/CodeAppView/CodeAppView.tsx b/apps/chat/src/components/Common/ApplicationWizard/CodeAppView/CodeAppView.tsx index 390d5f71d..2fc92e828 100644 --- a/apps/chat/src/components/Common/ApplicationWizard/CodeAppView/CodeAppView.tsx +++ b/apps/chat/src/components/Common/ApplicationWizard/CodeAppView/CodeAppView.tsx @@ -428,8 +428,9 @@ export const CodeAppView: FC = ({ ); handleEdit(confirmSharingRevoke.data); - setConfirmSharingRevoke(undefined); } + + setConfirmSharingRevoke(undefined); }} /> )}