mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: dalle2
This commit is contained in:
6
src/view/General.tsx
vendored
6
src/view/General.tsx
vendored
@@ -33,10 +33,10 @@ const OriginLabel = ({ url }: { url: string }) => {
|
||||
)
|
||||
}
|
||||
|
||||
const Dalle2SearchLabel = () => {
|
||||
const PopupSearchLabel = () => {
|
||||
return (
|
||||
<span>
|
||||
DALL·E 2 Search
|
||||
Pop-up Search
|
||||
{' '}
|
||||
<Tooltip title={(
|
||||
<div>
|
||||
@@ -137,7 +137,7 @@ export default function General() {
|
||||
<Switch />
|
||||
</Form.Item>
|
||||
)}
|
||||
<Form.Item label={<Dalle2SearchLabel />} name="dalle2_search" valuePropName="checked">
|
||||
<Form.Item label={<PopupSearchLabel />} name="popup_search" valuePropName="checked">
|
||||
<Switch />
|
||||
</Form.Item>
|
||||
<Form.Item label="Theme" name="theme">
|
||||
|
||||
Reference in New Issue
Block a user