mirror of
https://github.com/coaidev/coai.git
synced 2025-05-22 22:40:14 +09:00
fix web button
This commit is contained in:
parent
95f03d21a5
commit
bc2baee922
@ -168,7 +168,7 @@ function ChatWrapper() {
|
||||
<TooltipTrigger asChild>
|
||||
<Toggle
|
||||
aria-label={t("chat.web-aria")}
|
||||
defaultPressed={true}
|
||||
defaultPressed={false}
|
||||
onPressedChange={(state: boolean) =>
|
||||
dispatch(setWeb(state))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user