mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(web): disable notification center (#2934)
This commit is contained in:
@@ -445,7 +445,7 @@ export const WorkspaceLayoutInner: FC<PropsWithChildren> = ({ children }) => {
|
||||
<PageListTitleCellDragOverlay />
|
||||
</DndContext>
|
||||
<QuickSearch />
|
||||
<NotificationCenter />
|
||||
{runtimeConfig.enableNotificationCenter && <NotificationCenter />}
|
||||
<Setting />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user