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