fix chatmodel
This commit is contained in:
@@ -82,6 +82,7 @@ export class NavigationManager {
|
||||
* ```
|
||||
*/
|
||||
public navigateToChatWithTransition(
|
||||
categoryId: string,
|
||||
roleId: number,
|
||||
currentPanel?: any
|
||||
): void {
|
||||
@@ -99,6 +100,7 @@ export class NavigationManager {
|
||||
ViewManager.I.openBundlesView(
|
||||
"ChatPanel",
|
||||
{
|
||||
categoryId: categoryId,
|
||||
roleId: roleId,
|
||||
withSlideTransition: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user