Skip to content

Commit

Permalink
fix(core): hidden modals when workspace fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Mar 25, 2024
1 parent 48abc52 commit 64f1db7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/frontend/core/src/pages/workspace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import { WorkspaceLayout } from '../../layouts/workspace-layout';
import { RightSidebarContainer } from '../../modules/right-sidebar';
import { WorkbenchRoot } from '../../modules/workbench';
import { CurrentWorkspaceService } from '../../modules/workspace/current-workspace';
import {
AllWorkspaceModals,
CurrentWorkspaceModals,
} from '../../providers/modal-provider';
import { AllWorkspaceModals } from '../../providers/modal-provider';
import { performanceRenderLogger } from '../../shared';
import { PageNotFound } from '../404';

Expand Down Expand Up @@ -92,7 +89,6 @@ export const Component = (): ReactElement => {
<ServiceProviderContext.Provider value={workspace.services}>
<WorkspaceFallback key="workspaceLoading" />
<AllWorkspaceModals />
<CurrentWorkspaceModals />
</ServiceProviderContext.Provider>
);
}
Expand Down

0 comments on commit 64f1db7

Please sign in to comment.