mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
Update home.tsx
This commit is contained in:
parent
46acdb1d39
commit
b4d30a6551
@ -608,7 +608,7 @@ export function Home() {
|
||||
// setting
|
||||
const [openSettings, setOpenSettings] = useState(false);
|
||||
const config = useChatStore((state) => state.config);
|
||||
const [isAllow, setIsAllow] = useState(undefined);
|
||||
const [isAllow, setIsAllow] = useState(true);
|
||||
|
||||
useEffect(() => {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
|
Loading…
Reference in New Issue
Block a user