diff --git a/apps/web/src/components/note/index.tsx b/apps/web/src/components/note/index.tsx index c1ae67934d..25eedf7c5b 100644 --- a/apps/web/src/components/note/index.tsx +++ b/apps/web/src/components/note/index.tsx @@ -524,8 +524,6 @@ const menuItems: ( type: "button", key: "duplicate", title: "Duplicate", - //!isSynced || - isDisabled: context?.locked, icon: Duplicate.path, onClick: () => store.get().duplicate(...ids), multiSelect: true