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;