From 869b44432419939306d2e5fa61bb7646c8398a14 Mon Sep 17 00:00:00 2001 From: akanshaaaa19 Date: Fri, 31 May 2024 12:11:24 +0530 Subject: [PATCH] changed position of translate button --- src/components/floweditor/FlowEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/floweditor/FlowEditor.tsx b/src/components/floweditor/FlowEditor.tsx index 7e1557459..f9dbde80b 100644 --- a/src/components/floweditor/FlowEditor.tsx +++ b/src/components/floweditor/FlowEditor.tsx @@ -56,7 +56,7 @@ export const FlowEditor = () => { setAnchorEl(null); }; - const isTranslationEnabled = !getOrganizationServices('autoTranslationEnabled'); + const isTranslationEnabled = getOrganizationServices('autoTranslationEnabled'); let modal = null; let dialog = null;