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 | ed85171a423048a2a11a7d2a911dea8c4f332324 (patch) | |
tree | 5e107665070b143058ce58c66dc53025ccd834f5 /extension/react-app/src/components | |
parent | 813329600c2c7022b006ba566a869179db067089 (diff) | |
parent | 77ed3df388fcb8c5178907ef8aae3c3eab7415da (diff) | |
download | sncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.tar.gz sncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.tar.bz2 sncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.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; |