Fix group chat channel details panel (#6599)
This commit is contained in:
parent
f05e5254bb
commit
45a17d5c09
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ export default class Chat extends Component {
|
|||
type_of: 'loading-user',
|
||||
});
|
||||
getContent(
|
||||
`/api/${target.dataset.content}`,
|
||||
`/${target.dataset.content}/channel_info`,
|
||||
this.setActiveContent,
|
||||
null,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue