diff --git a/Composer/packages/client/src/components/CreationFlow/v2/DefineConversation.tsx b/Composer/packages/client/src/components/CreationFlow/v2/DefineConversation.tsx index 47e599b20b..e7b83d89ba 100644 --- a/Composer/packages/client/src/components/CreationFlow/v2/DefineConversation.tsx +++ b/Composer/packages/client/src/components/CreationFlow/v2/DefineConversation.tsx @@ -337,9 +337,7 @@ const DefineConversationV2: React.FC = (props) => { ); }, [focusedStorageFolder]); const dialogCopy = isImported ? DialogCreationCopy.IMPORT_BOT_PROJECT : DialogCreationCopy.DEFINE_BOT_PROJECT; - return ( - // TODO remove runtime language drop down prior to merging as that data is indicated by the tab chosen
@@ -359,7 +357,6 @@ const DefineConversationV2: React.FC = (props) => { = (props) => { /> - {!isImported ?? ( + {!isImported && (