fixed new rooms opening info panel on 'details'

This commit is contained in:
namushka 2024-04-27 13:35:46 +03:00
parent b616a41e4d
commit 1e5b3099f9

View File

@ -249,7 +249,10 @@ class CreateEditRoomStore {
window.DocSpace.navigate(`${path}?${newFilter.toUrlParams()}`, { state });
isDesktop() && setIsVisible(true);
if (isDesktop()) {
setIsVisible(true);
setView("info_members");
}
this.setIsLoading(false);
this.setConfirmDialogIsLoading(false);