From 9d1ff3231a65eb48e5770c207d620b058612872c Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 16 Feb 2024 17:33:51 +0500 Subject: [PATCH] web: hide sort button in notebook view --- apps/web/src/views/notebook.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/views/notebook.tsx b/apps/web/src/views/notebook.tsx index d6ff486d6..cf8ebda8a 100644 --- a/apps/web/src/views/notebook.tsx +++ b/apps/web/src/views/notebook.tsx @@ -57,6 +57,7 @@ import { FlexScrollContainer } from "../components/scroll-container"; import { Menu } from "../hooks/use-menu"; import Config from "../utils/config"; import { useSearch } from "../hooks/use-search"; +// import { showSortMenu } from "../components/group-header"; type NotebookProps = { rootId: string; @@ -261,7 +262,7 @@ function SubNotebooks({ - + */}