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 | 524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54 (patch) | |
tree | e9a148b84074c211b75e2623a73326e31a6e5bb1 /extension/react-app/src/components/ComboBox.tsx | |
parent | 49de11a268d047da918ead7f0789b30145e92df1 (diff) | |
parent | ed85171a423048a2a11a7d2a911dea8c4f332324 (diff) | |
download | sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.tar.gz sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.tar.bz2 sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/components/ComboBox.tsx')
-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> |