fix(hangup) - redirect after hangup in tenant meetings (#11876)
This commit is contained in:
parent
449d52f26b
commit
009588a3d8
|
@ -164,7 +164,7 @@ export function maybeRedirectToWelcomePage(options: Object = {}) {
|
|||
// if close page is enabled redirect to it, without further action
|
||||
if (enableClosePage) {
|
||||
if (isVpaasMeeting(getState())) {
|
||||
redirectToStaticPage('/');
|
||||
dispatch(redirectToStaticPage('/'));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue