diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
commit | 227c0635cf324ff212200fe38835b8015a3635bd (patch) | |
tree | d05f3de8fff69762a2820e67d332232d45199ff4 /extension/react-app/src/components | |
parent | 97f477e4dd64165738a6beab74edf09ef355a55a (diff) | |
parent | c71439aa68279bddb70e363ba9d883efc2976cbf (diff) | |
download | sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.gz sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.bz2 sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.zip |
Merge branch 'main' of https://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 d9cd0d3d..742c643b 100644 --- a/extension/react-app/src/components/ComboBox.tsx +++ b/extension/react-app/src/components/ComboBox.tsx @@ -158,7 +158,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => { <div className="flex px-2" ref={divRef} hidden={!isOpen}> <MainTextInput disabled={props.disabled} - placeholder="Type '/' to see available slash commands." + placeholder="Ask a question, give instructions, or type '/' to see slash commands" {...getInputProps({ onChange: (e) => { const target = e.target as HTMLTextAreaElement; |