diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:42:38 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:42:38 -0700 |
commit | 6016e78b353d5afae9fe0a68c718fa2b2216dc5c (patch) | |
tree | 5602740ba169db7ac40ac6abac5ac6beb176d263 /extension/react-app/src/components | |
parent | 99cd41b8901a09c4f5e5a1e0fc78a93ee2306f2e (diff) | |
parent | 227c0635cf324ff212200fe38835b8015a3635bd (diff) | |
download | sncontinue-6016e78b353d5afae9fe0a68c718fa2b2216dc5c.tar.gz sncontinue-6016e78b353d5afae9fe0a68c718fa2b2216dc5c.tar.bz2 sncontinue-6016e78b353d5afae9fe0a68c718fa2b2216dc5c.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r-- | extension/react-app/src/components/ComboBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx index 87c1abc0..742c643b 100644 --- a/extension/react-app/src/components/ComboBox.tsx +++ b/extension/react-app/src/components/ComboBox.tsx @@ -269,7 +269,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => { <span className="text-trueGray-400 ml-auto mr-4 text-xs"> Highlight code to include as context.{" "} - {highlightedCodeSections.length > 0 && + {highlightedCodeSections.length === 0 && "Otherwise using entire currently open file."} </span> </div> |