8000 šŸ› fix: fix topic mobile view ui error (#5266) Ā· lobehub/lobe-chat@421a1b3 Ā· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 421a1b3

Browse files
authored
šŸ› fix: fix topic mobile view ui error (#5266)
1 parent 399220d commit 421a1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ā€Žsrc/app/(main)/chat/(workspace)/_layout/Mobile/TopicModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const Topics = memo(({ children }: PropsWithChildren) => {
2323
return (
2424
<Modal
2525
allowFullscreen
26+
footer={null}
2627
onCancel={() => setOpen(false)}
2728
open={open}
2829
styles={{

0 commit comments

Comments
Ā (0)
0