Always render dialogs in left pane

This commit is contained in:
Josh Perez 2021-05-19 14:32:12 -04:00 committed by Scott Nonnenberg
parent f3e207d0b0
commit 25f271e61c
3 changed files with 19 additions and 31 deletions

View file

@ -40,10 +40,6 @@ export abstract class LeftPaneHelper<T> {
return undefined;
}
shouldRenderNetworkStatusAndUpdateDialog(): boolean {
return false;
}
getPreRowsNode(
_: Readonly<{
clearGroupCreationError: () => void;