File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ exports[`renders components/conversations/demo/group-sort.tsx extend context cor
487
487
>
488
488
<li
489
489
aria-describedby = " test-id"
490
- class = " ant-conversations-item"
490
+ class = " ant-conversations-item ant-conversations-item-active "
491
491
>
492
492
<span
493
493
aria-label = " Conversation 1732204800000"
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ exports[`renders components/conversations/demo/group-sort.tsx correctly 1`] = `
250
250
>
251
251
<li
252
252
aria-describedby = " test-id"
253
- class = " ant-conversations-item"
253
+ class = " ant-conversations-item ant-conversations-item-active "
254
254
>
255
255
<span
256
256
class = " ant-typography ant-typography-ellipsis ant-typography-ellipsis-single-line ant-conversations-label"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const App = () => {
45
45
} ;
46
46
47
47
return (
48
- < Conversations style = { style } groupable = { groupable } defaultActiveKey = "demo1 " items = { items } />
48
+ < Conversations style = { style } groupable = { groupable } defaultActiveKey = "item1 " items = { items } />
49
49
) ;
50
50
} ;
51
51
You can’t perform that action at this time.
0 commit comments