Skip to content

Commit 421a1b3

Browse files
authoredJan 2, 2025··
🐛 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

+1
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)
Please sign in to comment.