mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(mobile): cannot run locally (#8383)
This commit is contained in:
@@ -127,7 +127,7 @@ export function CurrentWorkspaceModals() {
|
||||
onOpenChange={onTrashConfirmOpenChange}
|
||||
titles={deletePageTitles}
|
||||
/>
|
||||
<InfoModal />
|
||||
{currentWorkspace ? <InfoModal /> : null}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ import { NotificationCenter } from '@affine/component';
|
||||
import { AiLoginRequiredModal } from '@affine/core/components/affine/auth/ai-login-required';
|
||||
import { HistoryTipsModal } from '@affine/core/components/affine/history-tips-modal';
|
||||
import { IssueFeedbackModal } from '@affine/core/components/affine/issue-feedback-modal';
|
||||
import { InfoModal } from '@affine/core/components/affine/page-properties/info-modal/info-modal';
|
||||
import { InfoModal } from '@affine/core/components/affine/page-properties';
|
||||
import {
|
||||
CloudQuotaModal,
|
||||
LocalQuotaModal,
|
||||
@@ -58,7 +58,7 @@ export function MobileCurrentWorkspaceModals() {
|
||||
onOpenChange={onTrashConfirmOpenChange}
|
||||
titles={deletePageTitles}
|
||||
/>
|
||||
<InfoModal />
|
||||
{currentWorkspace ? <InfoModal /> : null}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user