mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 21:43:45 +08:00
style: fix indentation in Chat component
This commit is contained in:
@@ -507,7 +507,7 @@ export function ChatActions(props: {
|
||||
}, [models, currentModel, currentProviderName]);
|
||||
const [showModelSelector, setShowModelSelector] = useState(false);
|
||||
const [showPluginSelector, setShowPluginSelector] = useState(false);
|
||||
// TODO: remember to make it false
|
||||
// TODO: for developing purpose to set it to true
|
||||
const [showUploadImage, setShowUploadImage] = useState(true);
|
||||
|
||||
const [showSizeSelector, setShowSizeSelector] = useState(false);
|
||||
@@ -586,7 +586,7 @@ export function ChatActions(props: {
|
||||
)}
|
||||
<ChatAction
|
||||
onClick={props.uploadDocument}
|
||||
text={"Upload Document"}
|
||||
text={"Upload Plain Text File"}
|
||||
icon={props.uploading ? <LoadingButtonIcon /> : <UploadDocIcon />}
|
||||
/>
|
||||
<ChatAction
|
||||
|
||||
Reference in New Issue
Block a user