mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-17 04:55:51 +00:00
🐛 fix: fix topic mobile view ui error (#5266)
This commit is contained in:
@@ -23,6 +23,7 @@ const Topics = memo(({ children }: PropsWithChildren) => {
|
||||
return (
|
||||
<Modal
|
||||
allowFullscreen
|
||||
footer={null}
|
||||
onCancel={() => setOpen(false)}
|
||||
open={open}
|
||||
styles={{
|
||||
|
||||
Reference in New Issue
Block a user