fix(web): disable notification center (#2934)

This commit is contained in:
Alex Yang
2023-06-30 11:29:05 +08:00
parent 5a4bb70869
commit 12ed9db207
3 changed files with 7 additions and 1 deletions

View File

@@ -445,7 +445,7 @@ export const WorkspaceLayoutInner: FC<PropsWithChildren> = ({ children }) => {
<PageListTitleCellDragOverlay />
</DndContext>
<QuickSearch />
<NotificationCenter />
{runtimeConfig.enableNotificationCenter && <NotificationCenter />}
<Setting />
</>
);